@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/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16378> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16378'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16378'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16413> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16413'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16413'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16403> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16403'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16403'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16405> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16405'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16405'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16409> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16409'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16409'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16402> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16402'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16402'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16412> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16412'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16412'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16408> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16408'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16408'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16415> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16415'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16415'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16374> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16374'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16374'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16375> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16375'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16375'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16376> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16376'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16376'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16389> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16389'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16389'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16379> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16379'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16379'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16388> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16388'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16388'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16381> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16381'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16381'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16382> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16382'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16382'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16383> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16383'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16383'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16384> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16384'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16384'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16385> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16385'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16385'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16386> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16386'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16386'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83831> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83831'^^xsd:integer;
  dwc:scientificName 'Setosabatieria hilarula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121378'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83831'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121378'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83858> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83858'^^xsd:integer;
  dwc:scientificName 'Setosabatieria hilarula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121378'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83858'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121378'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83840> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83840'^^xsd:integer;
  dwc:scientificName 'Setosabatieria hilarula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121378'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83840'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121378'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83833> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83833'^^xsd:integer;
  dwc:scientificName 'Setosabatieria hilarula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121378'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83833'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121378'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83832> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83832'^^xsd:integer;
  dwc:scientificName 'Setosabatieria hilarula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121378'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83832'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121378'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83827> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83827'^^xsd:integer;
  dwc:scientificName 'Setosabatieria hilarula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121378'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83827'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121378'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83850> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83850'^^xsd:integer;
  dwc:scientificName 'Setosabatieria hilarula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121378'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83850'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121378'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16400> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16400'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16400'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16367> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16367'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16367'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16401> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16401'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16401'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16370> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16370'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16370'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16369> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16369'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16369'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16368> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16368'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16368'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16366> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16366'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16366'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16397> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16397'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16397'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16398> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16398'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16398'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85524> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85524'^^xsd:integer;
  dwc:scientificName 'Tripyloides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '2588'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85524'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2588'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85506> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85506'^^xsd:integer;
  dwc:scientificName 'Tripyloides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2588'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85506'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2588'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16410> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16410'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16410'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16411> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16411'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16411'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16417> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16417'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16417'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16418> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16418'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16418'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80472> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80472'^^xsd:integer;
  dwc:scientificName 'Metadesmolaimus pandus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121576'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80472'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121576'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17960> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17960'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17960'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17964> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17964'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17964'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82973> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82973'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82973'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17962> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17962'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17962'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17963> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17963'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17963'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17941> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17941'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17941'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17945> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17945'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17945'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17946> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17946'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17946'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17947> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17947'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17947'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17949> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17949'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17949'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17967> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17967'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17967'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17937> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17937'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17937'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17936> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17936'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17936'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17935> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17935'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17935'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17954> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17954'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17954'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17933> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17933'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17933'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17959> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17959'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17959'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17966> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17966'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17966'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17958> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17958'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17958'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17968> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17968'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17968'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17969> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17969'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17969'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17970> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17970'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17970'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17971> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17971'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17971'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17972> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17972'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17972'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17976> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17976'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17976'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17979> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17979'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17979'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17950> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17950'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17950'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17934> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17934'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17934'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17953> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17953'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17953'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17951> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17951'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17951'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17931> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17931'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17931'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17940> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17940'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17940'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17939> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17939'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17939'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17956> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17956'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17956'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17957> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17957'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17957'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80515> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80515'^^xsd:integer;
  dwc:scientificName 'Metadesmolaimus pandus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121576'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80515'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121576'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80489> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80489'^^xsd:integer;
  dwc:scientificName 'Metadesmolaimus pandus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121576'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80489'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121576'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80476> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80476'^^xsd:integer;
  dwc:scientificName 'Metadesmolaimus pandus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121576'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80476'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121576'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82968> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82968'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82968'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82953> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82953'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82953'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82969> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82969'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82969'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82952> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82952'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82952'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82970> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82970'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82970'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82974> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82974'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82974'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82972> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82972'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82972'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82976> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82976'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82976'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82967> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82967'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82967'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82956> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82956'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82956'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82962> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82962'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82962'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82999> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82999'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82999'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83000> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83000'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83000'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82979> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82979'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82979'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82980> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82980'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82980'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82981> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82981'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82981'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82982> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82982'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82982'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82966> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82966'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82966'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82965> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82965'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82965'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82964> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82964'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82964'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82954> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82954'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82954'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82955> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82955'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82955'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82957> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82957'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82957'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82958> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82958'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82958'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82959> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82959'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82959'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82977> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82977'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82977'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82961> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82961'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82961'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79691> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79691'^^xsd:integer;
  dwc:scientificName 'Araeolaimus penelope'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121392'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79691'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121392'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16085> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16085'^^xsd:integer;
  dwc:scientificName 'Coninckia macrospirifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121380'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16085'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121380'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82987> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82987'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82987'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82984> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82984'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82984'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82985> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82985'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82985'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82989> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82989'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82989'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82990> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82990'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82990'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82992> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82992'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82992'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82993> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82993'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82993'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82994> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82994'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82994'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82951> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82951'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82951'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82947> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82947'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82947'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82949> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82949'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82949'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82996> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82996'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82996'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82978> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82978'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82978'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82986> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82986'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82986'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82950> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82950'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82950'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85059> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85059'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85059'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85075> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85075'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85075'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85081> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85081'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85081'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85067> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85067'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85067'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85056> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85056'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85056'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85063> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85063'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85063'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85061> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85061'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85061'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85058> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85058'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85058'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85073> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85073'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85073'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85071> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85071'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85071'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85069> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85069'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85069'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85100> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85100'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85100'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85105> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85105'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85105'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85062> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85062'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85062'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85099> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85099'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85099'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85098> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85098'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85098'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85094> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85094'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85094'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85093> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85093'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85093'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85092> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85092'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85092'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85091> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85091'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85091'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85090> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85090'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85090'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85128> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85128'^^xsd:integer;
  dwc:scientificName 'Theristus longus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121622'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85128'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121622'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85115> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85115'^^xsd:integer;
  dwc:scientificName 'Theristus longus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121622'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85115'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121622'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85089> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85089'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85089'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85088> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85088'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85088'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85086> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85086'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85086'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85083> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85083'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85083'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85082> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85082'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85082'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85106> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85106'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85106'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85065> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85065'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85065'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16448> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16448'^^xsd:integer;
  dwc:scientificName 'Daptonema invagiferoum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121534'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16448'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121534'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16446> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16446'^^xsd:integer;
  dwc:scientificName 'Daptonema invagiferoum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121534'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16446'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121534'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16440> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16440'^^xsd:integer;
  dwc:scientificName 'Daptonema invagiferoum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121534'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16440'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121534'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16438> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16438'^^xsd:integer;
  dwc:scientificName 'Daptonema invagiferoum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121534'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16438'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121534'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16437> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16437'^^xsd:integer;
  dwc:scientificName 'Daptonema invagiferoum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121534'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16437'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121534'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16436> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16436'^^xsd:integer;
  dwc:scientificName 'Daptonema invagiferoum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121534'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16436'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121534'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16427> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16427'^^xsd:integer;
  dwc:scientificName 'Daptonema invagiferoum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121534'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16427'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121534'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16425> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16425'^^xsd:integer;
  dwc:scientificName 'Daptonema invagiferoum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121534'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16425'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121534'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16461> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16461'^^xsd:integer;
  dwc:scientificName 'Daptonema invagiferoum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121534'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16461'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121534'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16463> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16463'^^xsd:integer;
  dwc:scientificName 'Daptonema invagiferoum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121534'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16463'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121534'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16458> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16458'^^xsd:integer;
  dwc:scientificName 'Daptonema invagiferoum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121534'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16458'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121534'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16471> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16471'^^xsd:integer;
  dwc:scientificName 'Daptonema invagiferoum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121534'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16471'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121534'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16462> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16462'^^xsd:integer;
  dwc:scientificName 'Daptonema invagiferoum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121534'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16462'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121534'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16460> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16460'^^xsd:integer;
  dwc:scientificName 'Daptonema invagiferoum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121534'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16460'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121534'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16472> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16472'^^xsd:integer;
  dwc:scientificName 'Daptonema invagiferoum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121534'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16472'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121534'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82517> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82517'^^xsd:integer;
  dwc:scientificName 'Parasphaerolaimus paradoxus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121481'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82517'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121481'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83616> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83616'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83616'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83607> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83607'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83607'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83611> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83611'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83611'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83613> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83613'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83613'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83602> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83602'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83602'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83615> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83615'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83615'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83630> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83630'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83630'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83617> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83617'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83617'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83619> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83619'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83619'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83620> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83620'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83620'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83623> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83623'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83623'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83624> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83624'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83624'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83625> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83625'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83625'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83614> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83614'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83614'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83629> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83629'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83629'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83626> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83626'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83626'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83600> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83600'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83600'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83632> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83632'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83632'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83598> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83598'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83598'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83628> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83628'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83628'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83627> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83627'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83627'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83601> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83601'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83601'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82515> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82515'^^xsd:integer;
  dwc:scientificName 'Parasphaerolaimus paradoxus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121481'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82515'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121481'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82255> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82255'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus uniovarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121741'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82255'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121741'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82260> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82260'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus uniovarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121741'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82260'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121741'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82278> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82278'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus uniovarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121741'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82278'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121741'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82257> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82257'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus uniovarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121741'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82257'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121741'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82143> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82143'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus lepturus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121734'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82143'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121734'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82147> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82147'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus lepturus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121734'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82147'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121734'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82181> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82181'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus lepturus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121734'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82181'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121734'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82182> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82182'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus lepturus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121734'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82182'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121734'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82183> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82183'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus lepturus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121734'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82183'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121734'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82279> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82279'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus uniovarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121741'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82279'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121741'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82288> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82288'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus uniovarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121741'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82288'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121741'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82254> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82254'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus uniovarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121741'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82254'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121741'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83107> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83107'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83107'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83106> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83106'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83106'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83105> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83105'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83105'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18706> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18706'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18706'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18740> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18740'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18740'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18739> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18739'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18739'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18698> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18698'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18698'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80586> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80586'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus longiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121663'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80586'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121663'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18382> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18382'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18382'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18403> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18403'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18403'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18402> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18402'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18402'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18401> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18401'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18401'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18399> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18399'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18399'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18398> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18398'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18398'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18397> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18397'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18397'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18375> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18375'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18375'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18393> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18393'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18393'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18406> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18406'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18406'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16179> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16179'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16179'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16190> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16190'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16190'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16166> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16166'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16166'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17270> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17270'^^xsd:integer;
  dwc:scientificName 'Disconema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '2488'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17270'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2488'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17256> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17256'^^xsd:integer;
  dwc:scientificName 'Disconema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '2488'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17256'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2488'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17248> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17248'^^xsd:integer;
  dwc:scientificName 'Disconema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2488'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17248'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2488'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79832> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79832'^^xsd:integer;
  dwc:scientificName 'Axonolaimus paraspinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121312'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79832'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121312'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79833> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79833'^^xsd:integer;
  dwc:scientificName 'Axonolaimus paraspinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121312'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79833'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121312'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79848> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79848'^^xsd:integer;
  dwc:scientificName 'Axonolaimus paraspinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121312'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79848'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121312'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79866> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79866'^^xsd:integer;
  dwc:scientificName 'Axonolaimus paraspinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121312'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79866'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121312'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79830> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79830'^^xsd:integer;
  dwc:scientificName 'Axonolaimus paraspinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121312'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79830'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121312'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79831> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79831'^^xsd:integer;
  dwc:scientificName 'Axonolaimus paraspinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121312'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79831'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121312'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79834> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79834'^^xsd:integer;
  dwc:scientificName 'Axonolaimus paraspinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121312'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79834'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121312'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81578> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81578'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81578'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81579> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81579'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81579'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81552> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81552'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81552'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81581> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81581'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81581'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81553> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81553'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81553'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81554> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81554'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81554'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81577> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81577'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81577'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81586> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81586'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81586'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81569> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81569'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81569'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81583> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81583'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81583'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81585> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81585'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81585'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81584> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81584'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81584'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81570> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81570'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81570'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81573> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81573'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81573'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81574> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81574'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81574'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81575> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81575'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81575'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81564> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81564'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81564'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81566> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81566'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81566'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81557> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81557'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81557'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81558> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81558'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81558'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81559> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81559'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81559'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81560> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81560'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81560'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81561> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81561'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81561'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81562> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81562'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81562'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81563> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81563'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81563'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81571> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81571'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81571'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81565> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81565'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81565'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81567> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81567'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81567'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81568> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81568'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81568'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81593> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81593'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81593'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81551> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81551'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81551'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81547> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81547'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81547'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81590> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81590'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81590'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81545> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81545'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81545'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81596> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81596'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81596'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81550> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81550'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81550'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81549> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81549'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81549'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81548> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81548'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81548'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81555> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81555'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81555'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81546> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81546'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81546'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81587> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81587'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81587'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85567> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85567'^^xsd:integer;
  dwc:scientificName 'Vasostoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '227195'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85567'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '227195'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85562> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85562'^^xsd:integer;
  dwc:scientificName 'Vasostoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '227195'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85562'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '227195'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85560> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85560'^^xsd:integer;
  dwc:scientificName 'Vasostoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '227195'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85560'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '227195'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85554> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85554'^^xsd:integer;
  dwc:scientificName 'Vasostoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '227195'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85554'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '227195'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85552> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85552'^^xsd:integer;
  dwc:scientificName 'Vasostoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '227195'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85552'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '227195'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85576> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85576'^^xsd:integer;
  dwc:scientificName 'Vasostoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '227195'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85576'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '227195'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85546> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85546'^^xsd:integer;
  dwc:scientificName 'Vasostoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '227195'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85546'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '227195'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85544> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85544'^^xsd:integer;
  dwc:scientificName 'Vasostoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '227195'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85544'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '227195'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81602> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81602'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81602'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81617> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81617'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81617'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81616> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81616'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81616'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81633> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81633'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81633'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81618> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81618'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81618'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81619> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81619'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81619'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81629> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81629'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81629'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81621> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81621'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81621'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81622> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81622'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81622'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81628> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81628'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81628'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81627> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81627'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81627'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81626> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81626'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81626'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81625> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81625'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81625'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18630> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18630'^^xsd:integer;
  dwc:scientificName 'Linhomoeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2490'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18630'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2490'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81630> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81630'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81630'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85547> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85547'^^xsd:integer;
  dwc:scientificName 'Vasostoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '227195'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85547'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '227195'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18307> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18307'^^xsd:integer;
  dwc:scientificName 'Laimella longicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121352'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18307'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121352'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18275> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18275'^^xsd:integer;
  dwc:scientificName 'Laimella longicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121352'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18275'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121352'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18276> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18276'^^xsd:integer;
  dwc:scientificName 'Laimella longicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121352'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18276'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121352'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18288> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18288'^^xsd:integer;
  dwc:scientificName 'Laimella longicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121352'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18288'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121352'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17341> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17341'^^xsd:integer;
  dwc:scientificName 'Dorylaimopsis punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121349'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17341'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121349'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17342> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17342'^^xsd:integer;
  dwc:scientificName 'Dorylaimopsis punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121349'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17342'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121349'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17384> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17384'^^xsd:integer;
  dwc:scientificName 'Dorylaimopsis punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121349'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17384'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121349'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18264> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18264'^^xsd:integer;
  dwc:scientificName 'Laimella longicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121352'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18264'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121352'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18272> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18272'^^xsd:integer;
  dwc:scientificName 'Laimella longicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121352'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18272'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121352'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18273> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18273'^^xsd:integer;
  dwc:scientificName 'Laimella longicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121352'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18273'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121352'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18274> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18274'^^xsd:integer;
  dwc:scientificName 'Laimella longicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121352'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18274'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121352'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18306> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18306'^^xsd:integer;
  dwc:scientificName 'Laimella longicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121352'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18306'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121352'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17338> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17338'^^xsd:integer;
  dwc:scientificName 'Dorylaimopsis punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121349'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17338'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121349'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17340> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17340'^^xsd:integer;
  dwc:scientificName 'Dorylaimopsis punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121349'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17340'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121349'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17339> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17339'^^xsd:integer;
  dwc:scientificName 'Dorylaimopsis punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121349'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17339'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121349'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17337> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17337'^^xsd:integer;
  dwc:scientificName 'Dorylaimopsis punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121349'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17337'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121349'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79739> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79739'^^xsd:integer;
  dwc:scientificName 'Ascolaimus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121303'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79739'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121303'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79740> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79740'^^xsd:integer;
  dwc:scientificName 'Ascolaimus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121303'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79740'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121303'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79745> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79745'^^xsd:integer;
  dwc:scientificName 'Ascolaimus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121303'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79745'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121303'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79748> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79748'^^xsd:integer;
  dwc:scientificName 'Ascolaimus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121303'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79748'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121303'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85267> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85267'^^xsd:integer;
  dwc:scientificName 'Tarvaia angusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121296'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85267'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121296'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85255> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85255'^^xsd:integer;
  dwc:scientificName 'Tarvaia angusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121296'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85255'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121296'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85235> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85235'^^xsd:integer;
  dwc:scientificName 'Tarvaia angusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121296'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85235'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121296'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85183> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85183'^^xsd:integer;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85183'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85182> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85182'^^xsd:integer;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85182'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85181> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85181'^^xsd:integer;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85181'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85176> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85176'^^xsd:integer;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85176'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85170> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85170'^^xsd:integer;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85170'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85169> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85169'^^xsd:integer;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85169'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85207> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85207'^^xsd:integer;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85207'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85213> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85213'^^xsd:integer;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85213'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85199> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85199'^^xsd:integer;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85199'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85210> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85210'^^xsd:integer;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85210'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85209> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85209'^^xsd:integer;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85209'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85200> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85200'^^xsd:integer;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85200'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85201> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85201'^^xsd:integer;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85201'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85202> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85202'^^xsd:integer;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85202'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85206> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85206'^^xsd:integer;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85206'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83510> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83510'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83510'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83511> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83511'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83511'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83512> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83512'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83512'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83494> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83494'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83494'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83528> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83528'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83528'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83533> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83533'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83533'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83537> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83537'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83537'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83538> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83538'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83538'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83539> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83539'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83539'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83540> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83540'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83540'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83532> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83532'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83532'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83489> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83489'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83489'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83490> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83490'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83490'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83493> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83493'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83493'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83495> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83495'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83495'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83497> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83497'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83497'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83498> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83498'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83498'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83499> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83499'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83499'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83501> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83501'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83501'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83518> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83518'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83518'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83503> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83503'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83503'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83516> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83516'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83516'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83508> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83508'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83508'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83509> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83509'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83509'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83519> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83519'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83519'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83520> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83520'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83520'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83522> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83522'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83522'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83523> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83523'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83523'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83524> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83524'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83524'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83527> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83527'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83527'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83492> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83492'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83492'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18371> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18371'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18371'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18370> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18370'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18370'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18363> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18363'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18363'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85347> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85347'^^xsd:integer;
  dwc:scientificName 'Tricoma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121167'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85347'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85348> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85348'^^xsd:integer;
  dwc:scientificName 'Tricoma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121167'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85348'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85349> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85349'^^xsd:integer;
  dwc:scientificName 'Tricoma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121167'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85349'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85350> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85350'^^xsd:integer;
  dwc:scientificName 'Tricoma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121167'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85350'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85337> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85337'^^xsd:integer;
  dwc:scientificName 'Tricoma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121167'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85337'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85481> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85481'^^xsd:integer;
  dwc:scientificName 'Tricoma polydesma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121178'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85481'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121178'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85371> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85371'^^xsd:integer;
  dwc:scientificName 'Tricoma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121167'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85371'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85325> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85325'^^xsd:integer;
  dwc:scientificName 'Tricoma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121167'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85325'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85324> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85324'^^xsd:integer;
  dwc:scientificName 'Tricoma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121167'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85324'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85327> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85327'^^xsd:integer;
  dwc:scientificName 'Tricoma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121167'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85327'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85339> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85339'^^xsd:integer;
  dwc:scientificName 'Tricoma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121167'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85339'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85358> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85358'^^xsd:integer;
  dwc:scientificName 'Tricoma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121167'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85358'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85338> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85338'^^xsd:integer;
  dwc:scientificName 'Tricoma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121167'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85338'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85357> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85357'^^xsd:integer;
  dwc:scientificName 'Tricoma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121167'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85357'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85340> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85340'^^xsd:integer;
  dwc:scientificName 'Tricoma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121167'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85340'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85341> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85341'^^xsd:integer;
  dwc:scientificName 'Tricoma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121167'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85341'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85346> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85346'^^xsd:integer;
  dwc:scientificName 'Tricoma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121167'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85346'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85430> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85430'^^xsd:integer;
  dwc:scientificName 'Tricoma longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121172'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85430'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121172'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85427> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85427'^^xsd:integer;
  dwc:scientificName 'Tricoma longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121172'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85427'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121172'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85425> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85425'^^xsd:integer;
  dwc:scientificName 'Tricoma longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121172'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85425'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121172'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85326> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85326'^^xsd:integer;
  dwc:scientificName 'Tricoma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121167'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85326'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85359> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85359'^^xsd:integer;
  dwc:scientificName 'Tricoma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121167'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85359'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85360> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85360'^^xsd:integer;
  dwc:scientificName 'Tricoma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121167'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85360'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85361> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85361'^^xsd:integer;
  dwc:scientificName 'Tricoma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121167'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85361'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85362> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85362'^^xsd:integer;
  dwc:scientificName 'Tricoma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121167'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85362'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85370> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85370'^^xsd:integer;
  dwc:scientificName 'Tricoma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121167'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85370'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17762> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17762'^^xsd:integer;
  dwc:scientificName 'Gerlachius novusetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121145'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17762'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121145'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17722> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17722'^^xsd:integer;
  dwc:scientificName 'Gerlachius novusetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121145'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17722'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121145'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18411> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18411'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18411'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18407> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18407'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18407'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16671> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16671'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16671'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16675> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16675'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16675'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16676> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16676'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16676'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16677> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16677'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16677'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16666> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16666'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16666'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18373> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18373'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18373'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18372> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18372'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18372'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16641> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16641'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16641'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16643> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16643'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16643'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16660> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16660'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16660'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16654> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16654'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16654'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16649> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16649'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16649'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16647> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16647'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16647'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16646> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16646'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16646'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16656> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16656'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16656'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16645> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16645'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16645'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16658> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16658'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16658'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16683> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16683'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16683'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16670> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16670'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16670'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18381> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18381'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18381'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18380> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18380'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18380'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18379> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18379'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18379'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18378> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18378'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18378'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18394> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18394'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18394'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18405> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18405'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18405'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18414> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18414'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18414'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18416> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18416'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18416'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80216> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80216'^^xsd:integer;
  dwc:scientificName 'Ceramonema yunfengi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121202'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80216'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121202'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80217> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80217'^^xsd:integer;
  dwc:scientificName 'Ceramonema yunfengi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121202'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80217'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121202'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80233> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80233'^^xsd:integer;
  dwc:scientificName 'Ceramonema yunfengi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121202'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80233'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121202'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80213> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80213'^^xsd:integer;
  dwc:scientificName 'Ceramonema yunfengi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121202'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80213'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121202'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80201> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80201'^^xsd:integer;
  dwc:scientificName 'Ceramonema yunfengi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121202'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80201'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121202'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80200> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80200'^^xsd:integer;
  dwc:scientificName 'Ceramonema yunfengi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121202'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80200'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121202'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80199> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80199'^^xsd:integer;
  dwc:scientificName 'Ceramonema yunfengi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121202'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80199'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121202'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80198> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80198'^^xsd:integer;
  dwc:scientificName 'Ceramonema yunfengi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121202'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80198'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121202'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80196> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80196'^^xsd:integer;
  dwc:scientificName 'Ceramonema yunfengi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121202'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80196'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121202'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80210> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80210'^^xsd:integer;
  dwc:scientificName 'Ceramonema yunfengi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121202'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80210'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121202'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80215> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80215'^^xsd:integer;
  dwc:scientificName 'Ceramonema yunfengi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121202'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80215'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121202'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80212> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80212'^^xsd:integer;
  dwc:scientificName 'Ceramonema yunfengi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121202'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80212'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121202'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80203> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80203'^^xsd:integer;
  dwc:scientificName 'Ceramonema yunfengi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121202'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80203'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121202'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80768> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80768'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80768'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80769> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80769'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80769'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80779> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80779'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80779'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80780> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80780'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80780'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80782> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80782'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80782'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80783> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80783'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80783'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80784> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80784'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80784'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80785> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80785'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80785'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80773> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80773'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80773'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80767> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80767'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80767'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80860> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80860'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80860'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80859> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80859'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80859'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80852> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80852'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80852'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80857> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80857'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80857'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80855> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80855'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80855'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80853> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80853'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80853'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80864> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80864'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80864'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80851> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80851'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80851'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80850> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80850'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80850'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80849> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80849'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80849'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80848> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80848'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80848'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80822> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80822'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80822'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80823> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80823'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80823'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80824> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80824'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80824'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80825> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80825'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80825'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80826> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80826'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80826'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80830> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80830'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80830'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80789> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80789'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80789'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80832> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80832'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80832'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80833> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80833'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80833'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80809> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80809'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80809'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80839> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80839'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80839'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80811> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80811'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80811'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80793> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80793'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80793'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80831> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80831'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80831'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80819> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80819'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80819'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80820> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80820'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80820'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80821> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80821'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80821'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80840> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80840'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80840'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80805> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80805'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80805'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80790> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80790'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80790'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80791> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80791'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80791'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80792> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80792'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80792'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80810> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80810'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80810'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80794> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80794'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80794'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80798> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80798'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80798'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80797> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80797'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80797'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80796> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80796'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80796'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80806> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80806'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80806'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80807> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80807'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80807'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80846> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80846'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80846'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80854> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80854'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80854'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80844> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80844'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80844'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80845> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80845'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80845'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80856> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80856'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80856'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80865> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80865'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80865'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80863> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80863'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80863'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80884> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80884'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80884'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80862> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80862'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80862'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80861> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80861'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80861'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80834> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80834'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80834'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80837> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80837'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80837'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80795> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80795'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80795'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80787> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80787'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80787'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80799> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80799'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80799'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80800> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80800'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80800'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80801> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80801'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80801'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80802> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80802'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80802'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80803> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80803'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80803'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80804> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80804'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80804'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80814> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80814'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80814'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80838> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80838'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80838'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80835> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80835'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80835'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80828> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80828'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80828'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80817> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80817'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80817'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80808> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80808'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80808'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80816> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80816'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80816'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80815> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80815'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80815'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80836> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80836'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80836'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80818> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80818'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80818'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82340> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82340'^^xsd:integer;
  dwc:scientificName 'Parallelocoilas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '153342'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82340'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153342'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82341> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82341'^^xsd:integer;
  dwc:scientificName 'Parallelocoilas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '153342'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82341'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153342'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82346> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82346'^^xsd:integer;
  dwc:scientificName 'Parallelocoilas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '153342'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82346'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153342'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82328> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82328'^^xsd:integer;
  dwc:scientificName 'Parallelocoilas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '153342'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82328'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153342'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82316> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82316'^^xsd:integer;
  dwc:scientificName 'Parallelocoilas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '153342'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82316'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153342'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82317> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82317'^^xsd:integer;
  dwc:scientificName 'Parallelocoilas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '153342'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82317'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153342'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82332> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82332'^^xsd:integer;
  dwc:scientificName 'Parallelocoilas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '153342'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82332'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153342'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82305> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82305'^^xsd:integer;
  dwc:scientificName 'Parallelocoilas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '153342'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82305'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153342'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82329> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82329'^^xsd:integer;
  dwc:scientificName 'Parallelocoilas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '153342'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82329'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153342'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82344> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82344'^^xsd:integer;
  dwc:scientificName 'Parallelocoilas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '153342'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82344'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153342'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82333> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82333'^^xsd:integer;
  dwc:scientificName 'Parallelocoilas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '153342'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82333'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153342'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82320> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82320'^^xsd:integer;
  dwc:scientificName 'Parallelocoilas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '153342'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82320'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153342'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82321> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82321'^^xsd:integer;
  dwc:scientificName 'Parallelocoilas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '153342'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82321'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153342'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82326> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82326'^^xsd:integer;
  dwc:scientificName 'Parallelocoilas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '153342'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82326'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153342'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82327> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82327'^^xsd:integer;
  dwc:scientificName 'Parallelocoilas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '153342'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82327'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153342'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82318> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82318'^^xsd:integer;
  dwc:scientificName 'Parallelocoilas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '153342'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82318'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153342'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82345> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82345'^^xsd:integer;
  dwc:scientificName 'Parallelocoilas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '153342'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82345'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153342'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82337> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82337'^^xsd:integer;
  dwc:scientificName 'Parallelocoilas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '153342'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82337'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153342'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82338> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82338'^^xsd:integer;
  dwc:scientificName 'Parallelocoilas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '153342'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82338'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153342'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82339> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82339'^^xsd:integer;
  dwc:scientificName 'Parallelocoilas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '153342'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82339'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153342'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80738> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80738'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80738'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80736> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80736'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80736'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80735> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80735'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80735'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80734> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80734'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80734'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80733> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80733'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80733'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80707> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80707'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80707'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80696> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80696'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80696'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80683> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80683'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80683'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80725> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80725'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80725'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80717> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80717'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80717'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80714> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80714'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80714'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80711> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80711'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80711'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80686> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80686'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80686'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80695> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80695'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80695'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80694> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80694'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80694'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80684> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80684'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80684'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80692> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80692'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80692'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80691> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80691'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80691'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80688> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80688'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80688'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80681> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80681'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80681'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80687> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80687'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80687'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80698> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80698'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80698'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80685> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80685'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80685'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80701> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80701'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80701'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80706> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80706'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80706'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80700> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80700'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80700'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80704> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80704'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80704'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80705> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80705'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80705'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80699> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80699'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80699'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80702> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80702'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80702'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80858> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80858'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80858'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80890> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80890'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80890'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80882> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80882'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80882'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80888> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80888'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80888'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80889> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80889'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80889'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80892> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80892'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80892'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80894> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80894'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80894'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80877> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80877'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80877'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80867> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80867'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80867'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80868> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80868'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80868'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80869> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80869'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80869'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80870> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80870'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80870'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80871> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80871'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80871'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80872> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80872'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80872'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80873> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80873'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80873'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80876> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80876'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80876'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80878> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80878'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80878'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80879> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80879'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80879'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80880> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80880'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80880'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80881> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80881'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80881'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80762> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80762'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80762'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80764> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80764'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80764'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80765> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80765'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80765'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80758> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80758'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80758'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80759> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80759'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80759'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80761> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80761'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80761'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80763> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80763'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80763'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80775> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80775'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80775'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80757> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80757'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80757'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80770> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80770'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80770'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80772> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80772'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80772'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80786> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80786'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80786'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80776> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80776'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80776'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80777> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80777'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80777'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80778> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80778'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80778'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80841> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80841'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80841'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80885> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80885'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80885'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80886> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80886'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80886'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80875> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80875'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80875'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16859> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16859'^^xsd:integer;
  dwc:scientificName 'Desmodora schulzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '153404'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16859'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '583491'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16853> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16853'^^xsd:integer;
  dwc:scientificName 'Desmodora schulzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '153404'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16853'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '583491'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16857> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16857'^^xsd:integer;
  dwc:scientificName 'Desmodora schulzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '153404'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16857'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '583491'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16870> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16870'^^xsd:integer;
  dwc:scientificName 'Desmodora schulzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '153404'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16870'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '583491'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16880> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16880'^^xsd:integer;
  dwc:scientificName 'Desmodora schulzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '153404'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16880'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '583491'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16884> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16884'^^xsd:integer;
  dwc:scientificName 'Desmodora schulzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '153404'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16884'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '583491'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16886> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16886'^^xsd:integer;
  dwc:scientificName 'Desmodora schulzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '153404'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16886'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '583491'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16888> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16888'^^xsd:integer;
  dwc:scientificName 'Desmodora schulzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '153404'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16888'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '583491'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16856> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16856'^^xsd:integer;
  dwc:scientificName 'Desmodora schulzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '153404'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16856'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '583491'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16889> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16889'^^xsd:integer;
  dwc:scientificName 'Desmodora schulzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '153404'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16889'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '583491'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16892> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16892'^^xsd:integer;
  dwc:scientificName 'Desmodora schulzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '153404'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16892'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '583491'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16871> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16871'^^xsd:integer;
  dwc:scientificName 'Desmodora schulzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '153404'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16871'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '583491'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16873> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16873'^^xsd:integer;
  dwc:scientificName 'Desmodora schulzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '153404'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16873'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '583491'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16890> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16890'^^xsd:integer;
  dwc:scientificName 'Desmodora schulzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '153404'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16890'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '583491'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16893> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16893'^^xsd:integer;
  dwc:scientificName 'Desmodora schulzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '153404'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16893'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '583491'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16891> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16891'^^xsd:integer;
  dwc:scientificName 'Desmodora schulzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '153404'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16891'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '583491'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16900> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16900'^^xsd:integer;
  dwc:scientificName 'Desmodora schulzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '153404'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16900'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '583491'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16901> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16901'^^xsd:integer;
  dwc:scientificName 'Desmodora schulzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '153404'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16901'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '583491'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16902> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16902'^^xsd:integer;
  dwc:scientificName 'Desmodora schulzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '153404'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16902'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '583491'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16903> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16903'^^xsd:integer;
  dwc:scientificName 'Desmodora schulzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '153404'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16903'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '583491'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16904> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16904'^^xsd:integer;
  dwc:scientificName 'Desmodora schulzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '153404'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16904'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '583491'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17124> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17124'^^xsd:integer;
  dwc:scientificName 'Diplopeltula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2439'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17124'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2439'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17149> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17149'^^xsd:integer;
  dwc:scientificName 'Diplopeltula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '2439'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17149'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2439'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17128> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17128'^^xsd:integer;
  dwc:scientificName 'Diplopeltula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2439'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17128'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2439'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17130> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17130'^^xsd:integer;
  dwc:scientificName 'Diplopeltula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2439'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17130'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2439'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17131> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17131'^^xsd:integer;
  dwc:scientificName 'Diplopeltula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2439'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17131'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2439'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17138> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17138'^^xsd:integer;
  dwc:scientificName 'Diplopeltula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2439'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17138'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2439'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17139> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17139'^^xsd:integer;
  dwc:scientificName 'Diplopeltula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2439'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17139'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2439'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17140> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17140'^^xsd:integer;
  dwc:scientificName 'Diplopeltula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2439'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17140'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2439'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17147> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17147'^^xsd:integer;
  dwc:scientificName 'Diplopeltula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '2439'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17147'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2439'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17226> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17226'^^xsd:integer;
  dwc:scientificName 'Diplopeltula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2439'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17226'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2439'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17154> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17154'^^xsd:integer;
  dwc:scientificName 'Diplopeltula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '2439'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17154'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2439'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17155> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17155'^^xsd:integer;
  dwc:scientificName 'Diplopeltula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '2439'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17155'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2439'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17166> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17166'^^xsd:integer;
  dwc:scientificName 'Diplopeltula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '2439'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17166'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2439'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17180> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17180'^^xsd:integer;
  dwc:scientificName 'Diplopeltula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '2439'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17180'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2439'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17212> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17212'^^xsd:integer;
  dwc:scientificName 'Diplopeltula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2439'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17212'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2439'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17213> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17213'^^xsd:integer;
  dwc:scientificName 'Diplopeltula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2439'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17213'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2439'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17215> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17215'^^xsd:integer;
  dwc:scientificName 'Diplopeltula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2439'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17215'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2439'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17225> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17225'^^xsd:integer;
  dwc:scientificName 'Diplopeltula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2439'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17225'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2439'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17143> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17143'^^xsd:integer;
  dwc:scientificName 'Diplopeltula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2439'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17143'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2439'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80981> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80981'^^xsd:integer;
  dwc:scientificName 'Microlaimus turgofrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121100'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80981'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80969> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80969'^^xsd:integer;
  dwc:scientificName 'Microlaimus turgofrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121100'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80969'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80965> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80965'^^xsd:integer;
  dwc:scientificName 'Microlaimus turgofrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121100'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80965'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80990> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80990'^^xsd:integer;
  dwc:scientificName 'Microlaimus turgofrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121100'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80990'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80986> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80986'^^xsd:integer;
  dwc:scientificName 'Microlaimus turgofrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121100'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80986'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80985> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80985'^^xsd:integer;
  dwc:scientificName 'Microlaimus turgofrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121100'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80985'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80964> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80964'^^xsd:integer;
  dwc:scientificName 'Microlaimus turgofrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121100'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80964'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80961> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80961'^^xsd:integer;
  dwc:scientificName 'Microlaimus turgofrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121100'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80961'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80982> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80982'^^xsd:integer;
  dwc:scientificName 'Microlaimus turgofrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121100'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80982'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80970> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80970'^^xsd:integer;
  dwc:scientificName 'Microlaimus turgofrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121100'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80970'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80980> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80980'^^xsd:integer;
  dwc:scientificName 'Microlaimus turgofrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121100'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80980'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80963> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80963'^^xsd:integer;
  dwc:scientificName 'Microlaimus turgofrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121100'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80963'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80962> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80962'^^xsd:integer;
  dwc:scientificName 'Microlaimus turgofrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121100'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80962'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80975> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80975'^^xsd:integer;
  dwc:scientificName 'Microlaimus turgofrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121100'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80975'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80976> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80976'^^xsd:integer;
  dwc:scientificName 'Microlaimus turgofrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121100'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80976'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80977> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80977'^^xsd:integer;
  dwc:scientificName 'Microlaimus turgofrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121100'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80977'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80978> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80978'^^xsd:integer;
  dwc:scientificName 'Microlaimus turgofrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121100'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80978'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80979> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80979'^^xsd:integer;
  dwc:scientificName 'Microlaimus turgofrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121100'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80979'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80984> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80984'^^xsd:integer;
  dwc:scientificName 'Microlaimus turgofrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121100'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80984'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80954> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80954'^^xsd:integer;
  dwc:scientificName 'Microlaimus turgofrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121100'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80954'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80956> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80956'^^xsd:integer;
  dwc:scientificName 'Microlaimus turgofrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121100'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80956'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80960> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80960'^^xsd:integer;
  dwc:scientificName 'Microlaimus turgofrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121100'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80960'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80971> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80971'^^xsd:integer;
  dwc:scientificName 'Microlaimus turgofrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121100'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80971'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80712> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80712'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80712'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18551> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18551'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18551'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18526> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18526'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18526'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18530> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18530'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18530'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18550> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18550'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18550'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18549> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18549'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18549'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18546> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18546'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18546'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18537> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18537'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18537'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18538> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18538'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18538'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18540> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18540'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18540'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18541> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18541'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18541'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18543> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18543'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18543'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18544> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18544'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18544'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18547> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18547'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18547'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18531> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18531'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18531'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18533> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18533'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18533'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18532> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18532'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18532'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18545> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18545'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18545'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18552> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18552'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18552'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84077> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84077'^^xsd:integer;
  dwc:scientificName 'Southernia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '153148'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84077'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2382'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84038> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84038'^^xsd:integer;
  dwc:scientificName 'Southernia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '153148'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84038'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2382'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84046> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84046'^^xsd:integer;
  dwc:scientificName 'Southernia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '153148'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84046'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2382'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18573> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18573'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18573'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18575> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18575'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18575'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18578> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18578'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18578'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18569> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18569'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18569'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18572> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18572'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18572'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18558> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18558'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18558'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18553> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18553'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18553'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18574> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18574'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18574'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18557> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18557'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18557'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18556> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18556'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18556'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18562> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18562'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18562'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18560> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18560'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18560'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18559> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18559'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18559'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18571> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18571'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18571'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18563> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18563'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18563'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18564> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18564'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18564'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18565> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18565'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18565'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18566> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18566'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18566'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18567> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18567'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18567'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18568> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18568'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18568'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84040> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84040'^^xsd:integer;
  dwc:scientificName 'Southernia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '153148'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84040'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2382'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84061> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84061'^^xsd:integer;
  dwc:scientificName 'Southernia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '153148'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84061'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2382'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84039> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84039'^^xsd:integer;
  dwc:scientificName 'Southernia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '153148'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84039'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2382'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84036> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84036'^^xsd:integer;
  dwc:scientificName 'Southernia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '153148'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84036'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2382'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84033> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84033'^^xsd:integer;
  dwc:scientificName 'Southernia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '153148'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84033'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2382'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84034> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84034'^^xsd:integer;
  dwc:scientificName 'Southernia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '153148'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84034'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2382'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84059> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84059'^^xsd:integer;
  dwc:scientificName 'Southernia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '153148'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84059'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2382'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84056> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84056'^^xsd:integer;
  dwc:scientificName 'Southernia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '153148'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84056'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2382'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84053> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84053'^^xsd:integer;
  dwc:scientificName 'Southernia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '153148'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84053'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2382'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84035> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84035'^^xsd:integer;
  dwc:scientificName 'Southernia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '153148'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84035'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2382'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83774> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83774'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83774'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83773> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83773'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83773'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83810> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83810'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83810'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83759> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83759'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83759'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83760> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83760'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83760'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83775> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83775'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83775'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83762> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83762'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83762'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83761> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83761'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83761'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83801> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83801'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83801'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83791> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83791'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83791'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83792> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83792'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83792'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83793> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83793'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83793'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83795> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83795'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83795'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83796> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83796'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83796'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83790> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83790'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83790'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83800> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83800'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83800'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83805> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83805'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83805'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83803> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83803'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83803'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83763> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83763'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83763'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83757> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83757'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83757'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83758> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83758'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83758'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83807> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83807'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83807'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83799> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83799'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83799'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83789> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83789'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83789'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83765> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83765'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83765'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83766> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83766'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83766'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83767> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83767'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83767'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83768> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83768'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83768'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83771> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83771'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83771'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83772> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83772'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83772'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80098> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80098'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80098'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80109> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80109'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80109'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80086> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80086'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80086'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80128> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80128'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80128'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80115> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80115'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80115'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80129> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80129'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80129'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80134> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80134'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80134'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80113> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80113'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80113'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80110> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80110'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80110'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80108> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80108'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80108'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80106> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80106'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80106'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80104> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80104'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80104'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80121> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80121'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80121'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80097> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80097'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80097'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80120> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80120'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80120'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80123> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80123'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80123'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80126> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80126'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80126'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80127> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80127'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80127'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80093> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80093'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80093'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80094> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80094'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80094'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80089> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80089'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80089'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80088> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80088'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80088'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80092> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80092'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80092'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80114> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80114'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80114'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80117> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80117'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80117'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80119> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80119'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80119'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83904> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83904'^^xsd:integer;
  dwc:scientificName 'Sigmophoranema litorale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121020'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83904'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '1320846'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83903> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83903'^^xsd:integer;
  dwc:scientificName 'Sigmophoranema litorale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121020'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83903'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '1320846'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83902> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83902'^^xsd:integer;
  dwc:scientificName 'Sigmophoranema litorale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121020'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83902'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '1320846'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83898> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83898'^^xsd:integer;
  dwc:scientificName 'Sigmophoranema litorale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121020'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83898'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '1320846'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83897> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83897'^^xsd:integer;
  dwc:scientificName 'Sigmophoranema litorale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121020'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83897'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '1320846'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80103> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80103'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80103'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80102> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80102'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80102'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80101> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80101'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80101'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80100> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80100'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80100'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80138> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80138'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80138'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16755> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16755'^^xsd:integer;
  dwc:scientificName 'Dasynemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '2387'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16755'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2387'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16758> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16758'^^xsd:integer;
  dwc:scientificName 'Dasynemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '2387'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16758'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2387'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16789> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16789'^^xsd:integer;
  dwc:scientificName 'Dasynemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2387'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16789'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2387'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16791> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16791'^^xsd:integer;
  dwc:scientificName 'Dasynemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '2387'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16791'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2387'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16788> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16788'^^xsd:integer;
  dwc:scientificName 'Dasynemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2387'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16788'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2387'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16796> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16796'^^xsd:integer;
  dwc:scientificName 'Dasynemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '2387'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16796'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2387'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16787> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16787'^^xsd:integer;
  dwc:scientificName 'Dasynemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2387'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16787'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2387'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16782> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16782'^^xsd:integer;
  dwc:scientificName 'Dasynemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2387'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16782'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2387'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16776> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16776'^^xsd:integer;
  dwc:scientificName 'Dasynemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2387'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16776'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2387'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16793> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16793'^^xsd:integer;
  dwc:scientificName 'Dasynemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '2387'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16793'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2387'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15824> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15824'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15824'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15823> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15823'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15823'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15821> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15821'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15821'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15822> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15822'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15822'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15779> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15779'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15779'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15792> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15792'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15792'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15784> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15784'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15784'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15786> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15786'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15786'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15787> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15787'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15787'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15789> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15789'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15789'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15811> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15811'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15811'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15791> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15791'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15791'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15809> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15809'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15809'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15793> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15793'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15793'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15780> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15780'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15780'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15804> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15804'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15804'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15783> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15783'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15783'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15778> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15778'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15778'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15812> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15812'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15812'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15813> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15813'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15813'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16820> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16820'^^xsd:integer;
  dwc:scientificName 'Desmodora pontica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '120977'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16820'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120977'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16809> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16809'^^xsd:integer;
  dwc:scientificName 'Desmodora pontica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '120977'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16809'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120977'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16808> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16808'^^xsd:integer;
  dwc:scientificName 'Desmodora pontica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '120977'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16808'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120977'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83355> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83355'^^xsd:integer;
  dwc:scientificName 'Rhabdocoma riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '122263'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83355'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153456'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83330> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83330'^^xsd:integer;
  dwc:scientificName 'Rhabdocoma riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122263'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83330'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153456'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83327> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83327'^^xsd:integer;
  dwc:scientificName 'Rhabdocoma riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122263'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83327'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153456'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83329> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83329'^^xsd:integer;
  dwc:scientificName 'Rhabdocoma riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122263'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83329'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153456'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83335> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83335'^^xsd:integer;
  dwc:scientificName 'Rhabdocoma riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122263'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83335'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153456'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83362> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83362'^^xsd:integer;
  dwc:scientificName 'Rhabdocoma riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122263'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83362'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153456'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83361> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83361'^^xsd:integer;
  dwc:scientificName 'Rhabdocoma riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122263'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83361'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153456'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83360> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83360'^^xsd:integer;
  dwc:scientificName 'Rhabdocoma riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122263'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83360'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153456'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83357> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83357'^^xsd:integer;
  dwc:scientificName 'Rhabdocoma riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '122263'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83357'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153456'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83373> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83373'^^xsd:integer;
  dwc:scientificName 'Rhabdocoma riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '122263'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83373'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153456'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83353> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83353'^^xsd:integer;
  dwc:scientificName 'Rhabdocoma riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '122263'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83353'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153456'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83349> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83349'^^xsd:integer;
  dwc:scientificName 'Rhabdocoma riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '122263'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83349'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153456'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83347> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83347'^^xsd:integer;
  dwc:scientificName 'Rhabdocoma riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122263'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83347'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153456'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83341> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83341'^^xsd:integer;
  dwc:scientificName 'Rhabdocoma riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '122263'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83341'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153456'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83337> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83337'^^xsd:integer;
  dwc:scientificName 'Rhabdocoma riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '122263'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83337'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153456'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83331> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83331'^^xsd:integer;
  dwc:scientificName 'Rhabdocoma riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '122263'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83331'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153456'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84674> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84674'^^xsd:integer;
  dwc:scientificName 'Synonchiella riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '120951'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84674'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120951'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84649> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84649'^^xsd:integer;
  dwc:scientificName 'Synonchiella riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120951'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84649'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120951'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84629> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84629'^^xsd:integer;
  dwc:scientificName 'Synonchiella riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120951'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84629'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120951'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84627> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84627'^^xsd:integer;
  dwc:scientificName 'Synonchiella riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120951'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84627'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120951'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84625> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84625'^^xsd:integer;
  dwc:scientificName 'Synonchiella riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120951'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84625'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120951'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84663> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84663'^^xsd:integer;
  dwc:scientificName 'Synonchiella riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120951'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84663'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120951'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84651> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84651'^^xsd:integer;
  dwc:scientificName 'Synonchiella riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120951'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84651'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120951'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84652> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84652'^^xsd:integer;
  dwc:scientificName 'Synonchiella riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120951'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84652'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120951'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84665> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84665'^^xsd:integer;
  dwc:scientificName 'Synonchiella riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120951'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84665'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120951'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84668> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84668'^^xsd:integer;
  dwc:scientificName 'Synonchiella riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120951'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84668'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120951'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84664> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84664'^^xsd:integer;
  dwc:scientificName 'Synonchiella riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120951'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84664'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120951'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84659> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84659'^^xsd:integer;
  dwc:scientificName 'Synonchiella riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120951'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84659'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120951'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84658> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84658'^^xsd:integer;
  dwc:scientificName 'Synonchiella riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120951'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84658'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120951'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18113> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18113'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120940'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18113'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120940'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18137> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18137'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '120940'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18137'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120940'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18135> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18135'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '120940'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18135'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120940'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18134> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18134'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120940'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18134'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120940'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18110> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18110'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120940'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18110'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120940'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18133> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18133'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120940'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18133'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120940'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18132> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18132'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '120940'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18132'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120940'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18131> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18131'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '120940'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18131'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120940'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18119> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18119'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '120940'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18119'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120940'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18115> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18115'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120940'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18115'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120940'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18111> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18111'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120940'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18111'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120940'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82752> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82752'^^xsd:integer;
  dwc:scientificName 'Pomponema multipapillatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120864'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82752'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120864'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82753> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82753'^^xsd:integer;
  dwc:scientificName 'Pomponema multipapillatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120864'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82753'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120864'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81989> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81989'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus thaumasius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120896'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81989'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120896'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83420> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83420'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83420'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83424> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83424'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83424'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83426> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83426'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83426'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83427> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83427'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83427'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83428> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83428'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83428'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82748> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82748'^^xsd:integer;
  dwc:scientificName 'Pomponema multipapillatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120864'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82748'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120864'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81887> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81887'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81887'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81889> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81889'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81889'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81891> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81891'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81891'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81911> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81911'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81911'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81913> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81913'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81913'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81915> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81915'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81915'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81920> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81920'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81920'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81907> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81907'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81907'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81893> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81893'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81893'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81867> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81867'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81867'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81870> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81870'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81870'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81879> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81879'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81879'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81886> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81886'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81886'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81880> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81880'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81880'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81878> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81878'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81878'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81873> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81873'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81873'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81909> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81909'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81909'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81910> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81910'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81910'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81871> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81871'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81871'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81884> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81884'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81884'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82758> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82758'^^xsd:integer;
  dwc:scientificName 'Pomponema multipapillatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120864'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82758'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120864'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82768> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82768'^^xsd:integer;
  dwc:scientificName 'Pomponema multipapillatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '120864'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82768'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120864'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79892> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79892'^^xsd:integer;
  dwc:scientificName 'Bathylaimus capacosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122237'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79892'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122237'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82731> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82731'^^xsd:integer;
  dwc:scientificName 'Pomponema multipapillatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120864'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82731'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120864'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82734> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82734'^^xsd:integer;
  dwc:scientificName 'Pomponema multipapillatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120864'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82734'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120864'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82736> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82736'^^xsd:integer;
  dwc:scientificName 'Pomponema multipapillatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120864'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82736'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120864'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83398> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83398'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83398'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83379> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83379'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83379'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83384> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83384'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83384'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83385> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83385'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83385'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83386> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83386'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83386'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83388> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83388'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83388'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83389> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83389'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83389'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83390> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83390'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83390'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83391> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83391'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83391'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83422> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83422'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83422'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82737> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82737'^^xsd:integer;
  dwc:scientificName 'Pomponema multipapillatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120864'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82737'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120864'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79883> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79883'^^xsd:integer;
  dwc:scientificName 'Bathylaimus capacosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '122237'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79883'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122237'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79911> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79911'^^xsd:integer;
  dwc:scientificName 'Bathylaimus capacosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '122237'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79911'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122237'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79910> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79910'^^xsd:integer;
  dwc:scientificName 'Bathylaimus capacosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '122237'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79910'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122237'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79889> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79889'^^xsd:integer;
  dwc:scientificName 'Bathylaimus capacosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122237'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79889'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122237'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79890> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79890'^^xsd:integer;
  dwc:scientificName 'Bathylaimus capacosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122237'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79890'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122237'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79908> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79908'^^xsd:integer;
  dwc:scientificName 'Bathylaimus capacosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122237'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79908'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122237'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79896> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79896'^^xsd:integer;
  dwc:scientificName 'Bathylaimus capacosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122237'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79896'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122237'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79909> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79909'^^xsd:integer;
  dwc:scientificName 'Bathylaimus capacosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122237'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79909'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122237'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79907> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79907'^^xsd:integer;
  dwc:scientificName 'Bathylaimus capacosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122237'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79907'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122237'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79877> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79877'^^xsd:integer;
  dwc:scientificName 'Bathylaimus capacosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '122237'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79877'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122237'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79875> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79875'^^xsd:integer;
  dwc:scientificName 'Bathylaimus capacosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '122237'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79875'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122237'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79900> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79900'^^xsd:integer;
  dwc:scientificName 'Bathylaimus capacosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '122237'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79900'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122237'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79891> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79891'^^xsd:integer;
  dwc:scientificName 'Bathylaimus capacosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122237'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79891'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122237'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79912> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79912'^^xsd:integer;
  dwc:scientificName 'Bathylaimus capacosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '122237'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79912'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122237'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79894> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79894'^^xsd:integer;
  dwc:scientificName 'Bathylaimus capacosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '122237'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79894'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122237'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79899> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79899'^^xsd:integer;
  dwc:scientificName 'Bathylaimus capacosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '122237'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79899'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122237'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79898> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79898'^^xsd:integer;
  dwc:scientificName 'Bathylaimus capacosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122237'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79898'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122237'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17685> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17685'^^xsd:integer;
  dwc:scientificName 'Gammanema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '2331'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17685'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2331'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17707> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17707'^^xsd:integer;
  dwc:scientificName 'Gammanema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '2331'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17707'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2331'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17708> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17708'^^xsd:integer;
  dwc:scientificName 'Gammanema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '2331'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17708'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2331'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83229> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83229'^^xsd:integer;
  dwc:scientificName 'Ptycholaimellus ponticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '120798'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83229'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120798'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83255> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83255'^^xsd:integer;
  dwc:scientificName 'Ptycholaimellus ponticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '120798'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83255'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120798'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81339> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81339'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81339'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81354> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81354'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81354'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81353> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81353'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81353'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81350> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81350'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81350'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81349> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81349'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81349'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81348> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81348'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81348'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81347> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81347'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81347'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81344> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81344'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81344'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81333> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81333'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81333'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81331> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81331'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81331'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81330> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81330'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81330'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81346> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81346'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81346'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81371> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81371'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81371'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81366> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81366'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81366'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81365> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81365'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81365'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81364> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81364'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81364'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81363> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81363'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81363'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81362> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81362'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81362'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81336> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81336'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81336'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81367> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81367'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81367'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81372> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81372'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81372'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81373> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81373'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81373'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81374> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81374'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81374'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81377> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81377'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81377'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81378> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81378'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81378'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81379> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81379'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81379'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81380> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81380'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81380'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83252> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83252'^^xsd:integer;
  dwc:scientificName 'Ptycholaimellus ponticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120798'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83252'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120798'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83257> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83257'^^xsd:integer;
  dwc:scientificName 'Ptycholaimellus ponticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120798'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83257'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120798'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83258> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83258'^^xsd:integer;
  dwc:scientificName 'Ptycholaimellus ponticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120798'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83258'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120798'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81487> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81487'^^xsd:integer;
  dwc:scientificName 'Neochromadora trichophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '120796'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81487'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120796'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81482> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81482'^^xsd:integer;
  dwc:scientificName 'Neochromadora trichophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '120796'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81482'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120796'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81480> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81480'^^xsd:integer;
  dwc:scientificName 'Neochromadora trichophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '120796'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81480'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120796'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81479> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81479'^^xsd:integer;
  dwc:scientificName 'Neochromadora trichophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '120796'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81479'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120796'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81476> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81476'^^xsd:integer;
  dwc:scientificName 'Neochromadora trichophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120796'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81476'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120796'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81475> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81475'^^xsd:integer;
  dwc:scientificName 'Neochromadora trichophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120796'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81475'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120796'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83401> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83401'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83401'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83403> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83403'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83403'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83416> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83416'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83416'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83417> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83417'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83417'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83418> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83418'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83418'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83419> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83419'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83419'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83421> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83421'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83421'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83392> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83392'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83392'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82835> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82835'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82835'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82802> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82802'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82802'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82788> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82788'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82788'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82800> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82800'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82800'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82827> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82827'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82827'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17632> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17632'^^xsd:integer;
  dwc:scientificName 'Eurystomina terricola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '122092'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17632'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122092'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17611> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17611'^^xsd:integer;
  dwc:scientificName 'Eurystomina terricola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122092'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17611'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122092'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17610> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17610'^^xsd:integer;
  dwc:scientificName 'Eurystomina terricola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122092'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17610'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122092'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82789> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82789'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82789'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82795> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82795'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82795'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82792> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82792'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82792'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82806> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82806'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82806'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82804> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82804'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82804'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82798> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82798'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82798'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82803> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82803'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82803'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82812> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82812'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82812'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82801> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82801'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82801'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82793> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82793'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82793'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81405> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81405'^^xsd:integer;
  dwc:scientificName 'Neochromadora tecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '120795'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81405'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120795'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81368> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81368'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81368'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82807> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82807'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82807'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82799> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82799'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82799'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82818> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82818'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82818'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82817> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82817'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82817'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82816> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82816'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82816'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82815> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82815'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82815'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82814> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82814'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82814'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82813> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82813'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82813'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82790> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82790'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82790'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82794> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82794'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82794'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82819> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82819'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82819'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18694> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18694'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18694'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18710> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18710'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18710'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18711> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18711'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18711'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18717> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18717'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18717'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18729> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18729'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18729'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18691> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18691'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18691'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18731> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18731'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18731'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18709> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18709'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18709'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18730> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18730'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18730'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18728> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18728'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18728'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18707> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18707'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18707'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18692> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18692'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18692'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18726> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18726'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18726'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18712> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18712'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18712'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18715> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18715'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18715'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18716> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18716'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18716'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18733> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18733'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18733'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18722> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18722'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18722'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18725> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18725'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18725'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18718> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18718'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18718'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18690> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18690'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18690'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81326> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81326'^^xsd:integer;
  dwc:scientificName 'Nemanema cylindraticaudatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '122028'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81326'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122028'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83068> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83068'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83068'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83069> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83069'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83069'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83060> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83060'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83060'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83062> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83062'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83062'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83080> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83080'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83080'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83081> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83081'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83081'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83067> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83067'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83067'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83057> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83057'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83057'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83061> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83061'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83061'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83078> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83078'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83078'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83077> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83077'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83077'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83072> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83072'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83072'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83058> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83058'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83058'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83075> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83075'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83075'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83074> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83074'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83074'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83073> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83073'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83073'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83059> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83059'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83059'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83079> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83079'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83079'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83071> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83071'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83071'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83094> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83094'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83094'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83095> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83095'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83095'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83104> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83104'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83104'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83096> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83096'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83096'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83102> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83102'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83102'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83101> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83101'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83101'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83100> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83100'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83100'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83097> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83097'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83097'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83103> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83103'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83103'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83099> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83099'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83099'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83098> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83098'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83098'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83082> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83082'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83082'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83066> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83066'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83066'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83063> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83063'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83063'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83065> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83065'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83065'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83055> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83055'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83055'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80306> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80306'^^xsd:integer;
  dwc:scientificName 'Chromadora nudicapitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120684'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80306'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120684'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80576> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80576'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus longiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121663'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80576'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121663'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80571> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80571'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus longiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121663'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80571'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121663'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80573> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80573'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus longiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121663'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80573'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121663'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80575> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80575'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus longiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121663'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80575'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121663'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80574> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80574'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus longiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121663'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80574'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121663'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80581> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80581'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus longiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121663'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80581'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121663'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80674> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80674'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121672'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80674'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121672'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80653> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80653'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121672'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80653'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121672'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80626> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80626'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121672'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80626'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121672'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80608> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80608'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus longiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121663'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80608'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121663'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80607> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80607'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus longiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121663'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80607'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121663'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80606> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80606'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus longiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121663'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80606'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121663'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80602> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80602'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus longiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121663'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80602'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121663'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80592> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80592'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus longiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121663'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80592'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121663'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84229> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84229'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus macrocirculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121494'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84229'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121494'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84231> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84231'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus macrocirculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121494'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84231'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121494'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16404> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16404'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16404'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16371> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16371'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16371'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16406> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16406'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16406'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16390> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16390'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16390'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16391> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16391'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16391'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16392> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16392'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16392'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16393> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16393'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16393'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16394> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16394'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16394'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16395> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16395'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16395'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16387> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16387'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16387'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84227> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84227'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus macrocirculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121494'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84227'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121494'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16396> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16396'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16396'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16380> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16380'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16380'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16372> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16372'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16372'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83838> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83838'^^xsd:integer;
  dwc:scientificName 'Setosabatieria hilarula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121378'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83838'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121378'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83821> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83821'^^xsd:integer;
  dwc:scientificName 'Setosabatieria hilarula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121378'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83821'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121378'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83829> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83829'^^xsd:integer;
  dwc:scientificName 'Setosabatieria hilarula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121378'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83829'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121378'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83820> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83820'^^xsd:integer;
  dwc:scientificName 'Setosabatieria hilarula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121378'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83820'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121378'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83819> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83819'^^xsd:integer;
  dwc:scientificName 'Setosabatieria hilarula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121378'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83819'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121378'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83816> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83816'^^xsd:integer;
  dwc:scientificName 'Setosabatieria hilarula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121378'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83816'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121378'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83830> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83830'^^xsd:integer;
  dwc:scientificName 'Setosabatieria hilarula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121378'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83830'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121378'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83814> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83814'^^xsd:integer;
  dwc:scientificName 'Setosabatieria hilarula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121378'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83814'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121378'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84220> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84220'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus macrocirculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121494'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84220'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121494'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84217> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84217'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus macrocirculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121494'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84217'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121494'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84215> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84215'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus macrocirculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121494'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84215'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121494'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84198> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84198'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus macrocirculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121494'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84198'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121494'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84197> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84197'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus macrocirculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121494'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84197'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121494'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84196> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84196'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus macrocirculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121494'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84196'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121494'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16499> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16499'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16499'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16526> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16526'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16526'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16525> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16525'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16525'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16523> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16523'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16523'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16516> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16516'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16516'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16513> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16513'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16513'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16512> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16512'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16512'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16511> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16511'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16511'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16504> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16504'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16504'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16500> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16500'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16500'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16517> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16517'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16517'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16509> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16509'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16509'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16503> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16503'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16503'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16501> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16501'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16501'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16505> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16505'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16505'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16506> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16506'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16506'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16507> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16507'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16507'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80429> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80429'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80429'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80428> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80428'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80428'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80424> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80424'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80424'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80423> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80423'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80423'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80422> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80422'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80422'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80421> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80421'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80421'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80420> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80420'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80420'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80431> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80431'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80431'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80433> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80433'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80433'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80439> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80439'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80439'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80446> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80446'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80446'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80445> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80445'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80445'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80444> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80444'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80444'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80440> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80440'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80440'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80430> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80430'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80430'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80438> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80438'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80438'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80419> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80419'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80419'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80434> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80434'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80434'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83087> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83087'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83087'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83088> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83088'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83088'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83089> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83089'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83089'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83090> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83090'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83090'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83091> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83091'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83091'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83092> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83092'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83092'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18701> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18701'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18701'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18695> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18695'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18695'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18735> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18735'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18735'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18700> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18700'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18700'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18703> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18703'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18703'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83084> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83084'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83084'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83085> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83085'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83085'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83086> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83086'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83086'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17423> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17423'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17423'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17424> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17424'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17424'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17426> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17426'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17426'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80341> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80341'^^xsd:integer;
  dwc:scientificName 'Chromadora nudicapitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120684'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80341'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120684'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80338> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80338'^^xsd:integer;
  dwc:scientificName 'Chromadora nudicapitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120684'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80338'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120684'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80315> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80315'^^xsd:integer;
  dwc:scientificName 'Chromadora nudicapitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120684'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80315'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120684'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80310> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80310'^^xsd:integer;
  dwc:scientificName 'Chromadora nudicapitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120684'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80310'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120684'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17442> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17442'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17442'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17427> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17427'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17427'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17397> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17397'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17397'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17415> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17415'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17415'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17401> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17401'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17401'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17404> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17404'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17404'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17410> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17410'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17410'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17412> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17412'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17412'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17413> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17413'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17413'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17416> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17416'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17416'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17392> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17392'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17392'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17414> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17414'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17414'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17436> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17436'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17436'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17437> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17437'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17437'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17439> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17439'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17439'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17440> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17440'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17440'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17441> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17441'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17441'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85787> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85787'^^xsd:integer;
  dwc:scientificName 'Viscosia langrunensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '122142'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85787'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85772> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85772'^^xsd:integer;
  dwc:scientificName 'Viscosia langrunensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '122142'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85772'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85777> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85777'^^xsd:integer;
  dwc:scientificName 'Viscosia langrunensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122142'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85777'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85783> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85783'^^xsd:integer;
  dwc:scientificName 'Viscosia langrunensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '122142'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85783'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85781> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85781'^^xsd:integer;
  dwc:scientificName 'Viscosia langrunensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '122142'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85781'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85775> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85775'^^xsd:integer;
  dwc:scientificName 'Viscosia langrunensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122142'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85775'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85770> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85770'^^xsd:integer;
  dwc:scientificName 'Viscosia langrunensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '122142'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85770'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85769> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85769'^^xsd:integer;
  dwc:scientificName 'Viscosia langrunensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '122142'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85769'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85773> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85773'^^xsd:integer;
  dwc:scientificName 'Viscosia langrunensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '122142'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85773'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85790> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85790'^^xsd:integer;
  dwc:scientificName 'Viscosia langrunensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122142'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85790'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85779> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85779'^^xsd:integer;
  dwc:scientificName 'Viscosia langrunensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '122142'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85779'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85793> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85793'^^xsd:integer;
  dwc:scientificName 'Viscosia langrunensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '122142'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85793'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85784> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85784'^^xsd:integer;
  dwc:scientificName 'Viscosia langrunensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '122142'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85784'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85776> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85776'^^xsd:integer;
  dwc:scientificName 'Viscosia langrunensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122142'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85776'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85782> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85782'^^xsd:integer;
  dwc:scientificName 'Viscosia langrunensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '122142'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85782'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80416> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80416'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80416'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80417> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80417'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80417'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80437> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80437'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80437'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80462> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80462'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80462'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80458> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80458'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80458'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80457> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80457'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80457'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80450> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80450'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80450'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80449> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80449'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80449'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80448> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80448'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80448'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80447> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80447'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80447'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80415> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80415'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80415'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80412> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80412'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80412'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80432> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80432'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80432'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80418> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80418'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80418'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83083> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83083'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83083'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16496> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16496'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16496'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16495> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16495'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16495'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16493> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16493'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16493'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16492> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16492'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16492'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16491> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16491'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16491'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16490> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16490'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16490'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16489> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16489'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16489'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16488> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16488'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16488'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16498> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16498'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16498'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16485> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16485'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16485'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16487> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16487'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16487'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84172> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84172'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121489'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84172'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121489'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84164> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84164'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121489'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84164'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121489'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84136> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84136'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121489'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84136'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121489'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16484> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16484'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16484'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16483> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16483'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16483'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16482> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16482'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16482'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16480> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16480'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16480'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16479> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16479'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16479'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16478> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16478'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16478'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16477> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16477'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16477'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16476> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16476'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16476'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16475> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16475'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16475'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16473> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16473'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16473'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16514> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16514'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16514'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16486> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16486'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16486'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17434> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17434'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17434'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17418> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17418'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17418'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17419> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17419'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17419'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17420> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17420'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17420'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80924> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80924'^^xsd:integer;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80924'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84293> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84293'^^xsd:integer;
  dwc:scientificName 'Spilophorella paradoxa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '120802'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84293'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120802'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84288> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84288'^^xsd:integer;
  dwc:scientificName 'Spilophorella paradoxa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '120802'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84288'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120802'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84283> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84283'^^xsd:integer;
  dwc:scientificName 'Spilophorella paradoxa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120802'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84283'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120802'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84284> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84284'^^xsd:integer;
  dwc:scientificName 'Spilophorella paradoxa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120802'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84284'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120802'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84289> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84289'^^xsd:integer;
  dwc:scientificName 'Spilophorella paradoxa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '120802'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84289'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120802'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84247> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84247'^^xsd:integer;
  dwc:scientificName 'Spilophorella paradoxa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120802'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84247'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120802'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81676> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81676'^^xsd:integer;
  dwc:scientificName 'Oncholaimellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '2569'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81676'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2569'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81695> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81695'^^xsd:integer;
  dwc:scientificName 'Oncholaimellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '2569'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81695'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2569'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81693> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81693'^^xsd:integer;
  dwc:scientificName 'Oncholaimellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '2569'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81693'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2569'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81675> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81675'^^xsd:integer;
  dwc:scientificName 'Oncholaimellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '2569'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81675'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2569'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81674> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81674'^^xsd:integer;
  dwc:scientificName 'Oncholaimellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '2569'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81674'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2569'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81670> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81670'^^xsd:integer;
  dwc:scientificName 'Oncholaimellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2569'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81670'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2569'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81664> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81664'^^xsd:integer;
  dwc:scientificName 'Oncholaimellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '2569'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81664'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2569'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81662> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81662'^^xsd:integer;
  dwc:scientificName 'Oncholaimellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2569'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81662'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2569'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81656> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81656'^^xsd:integer;
  dwc:scientificName 'Oncholaimellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2569'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81656'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2569'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81694> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81694'^^xsd:integer;
  dwc:scientificName 'Oncholaimellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '2569'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81694'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2569'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84866> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84866'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '2552'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84866'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84869> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84869'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '2552'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84869'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84837> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84837'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2552'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84837'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82600> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82600'^^xsd:integer;
  dwc:scientificName 'Pareurystomina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '2562'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82600'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2562'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82602> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82602'^^xsd:integer;
  dwc:scientificName 'Pareurystomina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '2562'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82602'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2562'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82601> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82601'^^xsd:integer;
  dwc:scientificName 'Pareurystomina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '2562'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82601'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2562'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17858> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17858'^^xsd:integer;
  dwc:scientificName 'Gonionchus cumbraensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121565'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17858'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121565'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17854> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17854'^^xsd:integer;
  dwc:scientificName 'Gonionchus cumbraensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121565'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17854'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121565'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17852> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17852'^^xsd:integer;
  dwc:scientificName 'Gonionchus cumbraensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121565'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17852'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121565'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17871> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17871'^^xsd:integer;
  dwc:scientificName 'Gonionchus cumbraensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121565'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17871'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121565'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83003> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83003'^^xsd:integer;
  dwc:scientificName 'Prochromadorella macroocellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120706'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83003'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120706'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82584> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82584'^^xsd:integer;
  dwc:scientificName 'Pareurystomina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2562'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82584'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2562'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80522> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80522'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus filiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121660'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80522'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '228949'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80527> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80527'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus filiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121660'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80527'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '228949'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80538> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80538'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus filiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121660'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80538'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '228949'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80553> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80553'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus filiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121660'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80553'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '228949'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80554> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80554'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus filiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121660'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80554'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '228949'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17488> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17488'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17488'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17467> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17467'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17467'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17495> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17495'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17495'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17486> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17486'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17486'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17469> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17469'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17469'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17470> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17470'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17470'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17465> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17465'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17465'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17463> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17463'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17463'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17462> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17462'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17462'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17461> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17461'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17461'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17460> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17460'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17460'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17459> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17459'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17459'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17450> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17450'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17450'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17446> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17446'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17446'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17448> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17448'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17448'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17451> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17451'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17451'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17452> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17452'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17452'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17454> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17454'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17454'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17456> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17456'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17456'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17457> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17457'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17457'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17447> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17447'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17447'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17484> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17484'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17484'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17473> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17473'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17473'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17474> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17474'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17474'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17475> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17475'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17475'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17476> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17476'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17476'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17477> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17477'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17477'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17494> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17494'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17494'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17492> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17492'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17492'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17491> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17491'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17491'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17471> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17471'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17471'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17489> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17489'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17489'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17483> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17483'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17483'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17478> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17478'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17478'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17479> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17479'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17479'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17482> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17482'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17482'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17468> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17468'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17468'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17481> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17481'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17481'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17480> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17480'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17480'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17497> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17497'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17497'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18221> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18221'^^xsd:integer;
  dwc:scientificName 'Hypodontolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '2298'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18221'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2298'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18750> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18750'^^xsd:integer;
  dwc:scientificName 'Metadesmolaimus aduncus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121569'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18750'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121569'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18774> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18774'^^xsd:integer;
  dwc:scientificName 'Metadesmolaimus aduncus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121569'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18774'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121569'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18759> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18759'^^xsd:integer;
  dwc:scientificName 'Metadesmolaimus aduncus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121569'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18759'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121569'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18788> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18788'^^xsd:integer;
  dwc:scientificName 'Metadesmolaimus aduncus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121569'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18788'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121569'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84090> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84090'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus balticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121484'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84090'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121484'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85652> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85652'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85652'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85649> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85649'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85649'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85653> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85653'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85653'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85655> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85655'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85655'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85656> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85656'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85656'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85657> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85657'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85657'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85658> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85658'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85658'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85661> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85661'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85661'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85648> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85648'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85648'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85647> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85647'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85647'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85672> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85672'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85672'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85651> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85651'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85651'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85674> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85674'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85674'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85659> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85659'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85659'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85680> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85680'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85680'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85679> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85679'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85679'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85678> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85678'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85678'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85677> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85677'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85677'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85682> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85682'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85682'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85675> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85675'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85675'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85683> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85683'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85683'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85673> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85673'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85673'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85666> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85666'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85666'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85667> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85667'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85667'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85670> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85670'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85670'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85669> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85669'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85669'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85676> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85676'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85676'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85692> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85692'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85692'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85650> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85650'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85650'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85662> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85662'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85662'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85663> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85663'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85663'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85664> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85664'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85664'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85665> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85665'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85665'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85681> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85681'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85681'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85693> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85693'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85693'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85660> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85660'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85660'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85691> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85691'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85691'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85689> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85689'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85689'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85687> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85687'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85687'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85685> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85685'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85685'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85684> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85684'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85684'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85698> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85698'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85698'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79364> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79364'^^xsd:integer;
  dwc:scientificName 'Adoncholaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2565'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79364'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2565'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79331> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79331'^^xsd:integer;
  dwc:scientificName 'Adoncholaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2565'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79331'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2565'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79329> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79329'^^xsd:integer;
  dwc:scientificName 'Adoncholaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2565'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79329'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2565'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84098> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84098'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus balticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121484'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84098'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121484'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84130> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84130'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus balticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121484'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84130'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121484'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84131> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84131'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus balticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121484'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84131'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121484'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84117> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84117'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus balticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121484'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84117'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121484'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79478> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79478'^^xsd:integer;
  dwc:scientificName 'Anticoma acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121767'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79478'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121767'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84677> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84677'^^xsd:integer;
  dwc:scientificName 'Synonchus fasciculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121977'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84677'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121977'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84810> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84810'^^xsd:integer;
  dwc:scientificName 'Terschellingia longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121679'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84810'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121679'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84801> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84801'^^xsd:integer;
  dwc:scientificName 'Terschellingia longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121679'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84801'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121679'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84800> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84800'^^xsd:integer;
  dwc:scientificName 'Terschellingia longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121679'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84800'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121679'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84783> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84783'^^xsd:integer;
  dwc:scientificName 'Terschellingia longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121679'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84783'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121679'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84836> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84836'^^xsd:integer;
  dwc:scientificName 'Terschellingia longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121679'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84836'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121679'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84835> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84835'^^xsd:integer;
  dwc:scientificName 'Terschellingia longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121679'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84835'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121679'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84830> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84830'^^xsd:integer;
  dwc:scientificName 'Terschellingia longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121679'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84830'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121679'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84821> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84821'^^xsd:integer;
  dwc:scientificName 'Terschellingia longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121679'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84821'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121679'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84805> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84805'^^xsd:integer;
  dwc:scientificName 'Terschellingia longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121679'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84805'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121679'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84802> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84802'^^xsd:integer;
  dwc:scientificName 'Terschellingia longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121679'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84802'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121679'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85617> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85617'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85617'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85618> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85618'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85618'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85620> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85620'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85620'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85621> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85621'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85621'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85636> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85636'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85636'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85635> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85635'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85635'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85634> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85634'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85634'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85633> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85633'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85633'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85632> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85632'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85632'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85631> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85631'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85631'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85611> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85611'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85611'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85630> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85630'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85630'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85629> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85629'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85629'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84278> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84278'^^xsd:integer;
  dwc:scientificName 'Spilophorella paradoxa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120802'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84278'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120802'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84246> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84246'^^xsd:integer;
  dwc:scientificName 'Spilophorella paradoxa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120802'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84246'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120802'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84248> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84248'^^xsd:integer;
  dwc:scientificName 'Spilophorella paradoxa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120802'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84248'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120802'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84279> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84279'^^xsd:integer;
  dwc:scientificName 'Spilophorella paradoxa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120802'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84279'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120802'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84281> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84281'^^xsd:integer;
  dwc:scientificName 'Spilophorella paradoxa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '120802'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84281'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120802'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84282> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84282'^^xsd:integer;
  dwc:scientificName 'Spilophorella paradoxa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '120802'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84282'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120802'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84295> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84295'^^xsd:integer;
  dwc:scientificName 'Spilophorella paradoxa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '120802'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84295'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120802'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81796> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81796'^^xsd:integer;
  dwc:scientificName 'Oxystomina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122038'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81796'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122038'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81791> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81791'^^xsd:integer;
  dwc:scientificName 'Oxystomina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '122038'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81791'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122038'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81778> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81778'^^xsd:integer;
  dwc:scientificName 'Oxystomina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '122038'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81778'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122038'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81792> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81792'^^xsd:integer;
  dwc:scientificName 'Oxystomina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '122038'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81792'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122038'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81793> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81793'^^xsd:integer;
  dwc:scientificName 'Oxystomina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '122038'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81793'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122038'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81781> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81781'^^xsd:integer;
  dwc:scientificName 'Oxystomina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122038'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81781'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122038'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81777> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81777'^^xsd:integer;
  dwc:scientificName 'Oxystomina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '122038'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81777'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122038'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81785> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81785'^^xsd:integer;
  dwc:scientificName 'Oxystomina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '122038'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81785'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122038'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79310> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79310'^^xsd:integer;
  dwc:scientificName 'Actinonema pachydermatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120721'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79310'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120721'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79285> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79285'^^xsd:integer;
  dwc:scientificName 'Actinonema pachydermatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120721'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79285'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120721'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79284> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79284'^^xsd:integer;
  dwc:scientificName 'Actinonema pachydermatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120721'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79284'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120721'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79280> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79280'^^xsd:integer;
  dwc:scientificName 'Actinonema pachydermatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120721'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79280'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120721'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79279> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79279'^^xsd:integer;
  dwc:scientificName 'Actinonema pachydermatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120721'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79279'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120721'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79277> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79277'^^xsd:integer;
  dwc:scientificName 'Actinonema pachydermatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120721'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79277'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120721'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79276> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79276'^^xsd:integer;
  dwc:scientificName 'Actinonema pachydermatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120721'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79276'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120721'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79311> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79311'^^xsd:integer;
  dwc:scientificName 'Actinonema pachydermatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120721'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79311'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120721'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83459> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83459'^^xsd:integer;
  dwc:scientificName 'Rhips paraornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '120736'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83459'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83448> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83448'^^xsd:integer;
  dwc:scientificName 'Rhips paraornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120736'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83448'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83461> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83461'^^xsd:integer;
  dwc:scientificName 'Rhips paraornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '120736'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83461'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83465> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83465'^^xsd:integer;
  dwc:scientificName 'Rhips paraornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120736'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83465'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83467> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83467'^^xsd:integer;
  dwc:scientificName 'Rhips paraornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120736'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83467'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83471> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83471'^^xsd:integer;
  dwc:scientificName 'Rhips paraornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '120736'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83471'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83473> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83473'^^xsd:integer;
  dwc:scientificName 'Rhips paraornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120736'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83473'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83450> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83450'^^xsd:integer;
  dwc:scientificName 'Rhips paraornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120736'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83450'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83452> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83452'^^xsd:integer;
  dwc:scientificName 'Rhips paraornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120736'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83452'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81721> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81721'^^xsd:integer;
  dwc:scientificName 'Oxystomina asetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '122035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81721'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81738> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81738'^^xsd:integer;
  dwc:scientificName 'Oxystomina asetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '122035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81738'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81724> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81724'^^xsd:integer;
  dwc:scientificName 'Oxystomina asetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '122035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81724'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17097> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17097'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17097'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17100> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17100'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17100'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17120> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17120'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17120'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18002> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18002'^^xsd:integer;
  dwc:scientificName 'Halalaimus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '122013'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18002'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122013'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18003> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18003'^^xsd:integer;
  dwc:scientificName 'Halalaimus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '122013'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18003'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122013'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17990> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17990'^^xsd:integer;
  dwc:scientificName 'Halalaimus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122013'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17990'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122013'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18001> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18001'^^xsd:integer;
  dwc:scientificName 'Halalaimus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '122013'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18001'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122013'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81540> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81540'^^xsd:integer;
  dwc:scientificName 'Neotonchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2325'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81540'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2325'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17992> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17992'^^xsd:integer;
  dwc:scientificName 'Halalaimus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '122013'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17992'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122013'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18004> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18004'^^xsd:integer;
  dwc:scientificName 'Halalaimus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '122013'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18004'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122013'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17985> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17985'^^xsd:integer;
  dwc:scientificName 'Halalaimus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122013'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17985'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122013'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17987> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17987'^^xsd:integer;
  dwc:scientificName 'Halalaimus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122013'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17987'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122013'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17988> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17988'^^xsd:integer;
  dwc:scientificName 'Halalaimus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122013'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17988'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122013'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18000> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18000'^^xsd:integer;
  dwc:scientificName 'Halalaimus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '122013'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18000'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122013'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82915> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82915'^^xsd:integer;
  dwc:scientificName 'Prochromadorella attenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120702'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82915'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120702'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82934> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82934'^^xsd:integer;
  dwc:scientificName 'Prochromadorella attenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120702'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82934'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120702'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82933> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82933'^^xsd:integer;
  dwc:scientificName 'Prochromadorella attenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120702'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82933'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120702'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79986> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79986'^^xsd:integer;
  dwc:scientificName 'Belbolla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2556'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79986'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2556'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79981> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79981'^^xsd:integer;
  dwc:scientificName 'Belbolla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2556'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79981'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2556'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80018> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80018'^^xsd:integer;
  dwc:scientificName 'Belbolla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '2556'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80018'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2556'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16612> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16612'^^xsd:integer;
  dwc:scientificName 'Daptonema psammoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121548'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16612'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121548'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16614> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16614'^^xsd:integer;
  dwc:scientificName 'Daptonema psammoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121548'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16614'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121548'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16616> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16616'^^xsd:integer;
  dwc:scientificName 'Daptonema psammoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121548'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16616'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121548'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16618> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16618'^^xsd:integer;
  dwc:scientificName 'Daptonema psammoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121548'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16618'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121548'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16619> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16619'^^xsd:integer;
  dwc:scientificName 'Daptonema psammoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121548'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16619'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121548'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17069> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17069'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17069'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17067> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17067'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17067'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17115> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17115'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17115'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17116> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17116'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17116'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17119> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17119'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17119'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17110> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17110'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17110'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80014> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80014'^^xsd:integer;
  dwc:scientificName 'Belbolla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2556'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80014'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2556'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80028> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80028'^^xsd:integer;
  dwc:scientificName 'Belbolla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '2556'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80028'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2556'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80017> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80017'^^xsd:integer;
  dwc:scientificName 'Belbolla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '2556'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80017'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2556'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80016> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80016'^^xsd:integer;
  dwc:scientificName 'Belbolla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '2556'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80016'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2556'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79979> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79979'^^xsd:integer;
  dwc:scientificName 'Belbolla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2556'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79979'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2556'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79977> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79977'^^xsd:integer;
  dwc:scientificName 'Belbolla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2556'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79977'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2556'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81539> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81539'^^xsd:integer;
  dwc:scientificName 'Neotonchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2325'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81539'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2325'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81520> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81520'^^xsd:integer;
  dwc:scientificName 'Neotonchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2325'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81520'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2325'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81519> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81519'^^xsd:integer;
  dwc:scientificName 'Neotonchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2325'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81519'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2325'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81492> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81492'^^xsd:integer;
  dwc:scientificName 'Neotonchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2325'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81492'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2325'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80282> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80282'^^xsd:integer;
  dwc:scientificName 'Chaetonema riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121765'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80282'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121765'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80300> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80300'^^xsd:integer;
  dwc:scientificName 'Chaetonema riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121765'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80300'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121765'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80283> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80283'^^xsd:integer;
  dwc:scientificName 'Chaetonema riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121765'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80283'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121765'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80255> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80255'^^xsd:integer;
  dwc:scientificName 'Chaetonema riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121765'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80255'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121765'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80271> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80271'^^xsd:integer;
  dwc:scientificName 'Chaetonema riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121765'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80271'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121765'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16610> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16610'^^xsd:integer;
  dwc:scientificName 'Daptonema psammoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121548'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16610'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121548'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16593> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16593'^^xsd:integer;
  dwc:scientificName 'Daptonema psammoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121548'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16593'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121548'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16620> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16620'^^xsd:integer;
  dwc:scientificName 'Daptonema psammoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121548'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16620'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121548'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85739> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85739'^^xsd:integer;
  dwc:scientificName 'Viscosia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '122141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85739'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80259> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80259'^^xsd:integer;
  dwc:scientificName 'Chaetonema riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121765'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80259'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121765'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80258> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80258'^^xsd:integer;
  dwc:scientificName 'Chaetonema riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121765'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80258'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121765'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80253> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80253'^^xsd:integer;
  dwc:scientificName 'Chaetonema riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121765'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80253'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121765'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80254> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80254'^^xsd:integer;
  dwc:scientificName 'Chaetonema riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121765'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80254'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121765'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17096> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17096'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17096'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17090> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17090'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17090'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17082> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17082'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17082'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17087> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17087'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17087'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17088> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17088'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17088'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17101> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17101'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17101'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17107> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17107'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17107'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17089> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17089'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17089'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17113> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17113'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17113'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17081> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17081'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17081'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17080> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17080'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17080'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17079> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17079'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17079'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17070> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17070'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17070'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83574> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83574'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83574'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83573> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83573'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83573'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83572> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83572'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83572'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83541> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83541'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83541'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83542> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83542'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83542'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83543> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83543'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83543'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83545> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83545'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83545'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83577> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83577'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83577'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83594> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83594'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83594'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83591> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83591'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83591'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84336> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84336'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84336'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84335> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84335'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84335'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84334> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84334'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84334'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84312> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84312'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84312'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84330> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84330'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84330'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84304> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84304'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84304'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84328> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84328'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84328'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84305> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84305'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84305'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84320> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84320'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84320'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84319> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84319'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84319'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83575> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83575'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83575'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83578> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83578'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83578'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83571> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83571'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83571'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83576> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83576'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83576'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83584> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83584'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83584'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83583> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83583'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83583'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83544> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83544'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83544'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83185> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83185'^^xsd:integer;
  dwc:scientificName 'Pterygonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2390'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83185'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2390'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83213> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83213'^^xsd:integer;
  dwc:scientificName 'Pterygonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '2390'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83213'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2390'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83189> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83189'^^xsd:integer;
  dwc:scientificName 'Pterygonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '2390'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83189'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2390'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83190> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83190'^^xsd:integer;
  dwc:scientificName 'Pterygonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '2390'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83190'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2390'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83179> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83179'^^xsd:integer;
  dwc:scientificName 'Pterygonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2390'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83179'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2390'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83183> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83183'^^xsd:integer;
  dwc:scientificName 'Pterygonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2390'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83183'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2390'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83177> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83177'^^xsd:integer;
  dwc:scientificName 'Pterygonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2390'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83177'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2390'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83168> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83168'^^xsd:integer;
  dwc:scientificName 'Pterygonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2390'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83168'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2390'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83174> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83174'^^xsd:integer;
  dwc:scientificName 'Pterygonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2390'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83174'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2390'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83180> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83180'^^xsd:integer;
  dwc:scientificName 'Pterygonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2390'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83180'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2390'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83960> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83960'^^xsd:integer;
  dwc:scientificName 'Sigmophoranema rufum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121022'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83960'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121022'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83959> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83959'^^xsd:integer;
  dwc:scientificName 'Sigmophoranema rufum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121022'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83959'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121022'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18184> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18184'^^xsd:integer;
  dwc:scientificName 'Haliplectus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '2391'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18184'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2391'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84327> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84327'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84327'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84338> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84338'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84338'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84337> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84337'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84337'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83169> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83169'^^xsd:integer;
  dwc:scientificName 'Pterygonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2390'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83169'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2390'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83170> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83170'^^xsd:integer;
  dwc:scientificName 'Pterygonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2390'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83170'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2390'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83171> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83171'^^xsd:integer;
  dwc:scientificName 'Pterygonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2390'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83171'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2390'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83167> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83167'^^xsd:integer;
  dwc:scientificName 'Pterygonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2390'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83167'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2390'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83166> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83166'^^xsd:integer;
  dwc:scientificName 'Pterygonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2390'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83166'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2390'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83182> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83182'^^xsd:integer;
  dwc:scientificName 'Pterygonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2390'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83182'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2390'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83181> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83181'^^xsd:integer;
  dwc:scientificName 'Pterygonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2390'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83181'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2390'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83172> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83172'^^xsd:integer;
  dwc:scientificName 'Pterygonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2390'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83172'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2390'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83194> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83194'^^xsd:integer;
  dwc:scientificName 'Pterygonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '2390'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83194'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2390'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84307> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84307'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84307'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84333> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84333'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84333'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84301> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84301'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84301'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84300> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84300'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84300'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84299> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84299'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84299'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84297> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84297'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84297'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82904> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82904'^^xsd:integer;
  dwc:scientificName 'Prochromadorella attenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120702'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82904'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120702'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82903> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82903'^^xsd:integer;
  dwc:scientificName 'Prochromadorella attenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120702'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82903'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120702'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82940> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82940'^^xsd:integer;
  dwc:scientificName 'Prochromadorella attenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '120702'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82940'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120702'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82902> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82902'^^xsd:integer;
  dwc:scientificName 'Prochromadorella attenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120702'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82902'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120702'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82905> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82905'^^xsd:integer;
  dwc:scientificName 'Prochromadorella attenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '120702'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82905'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120702'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82906> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82906'^^xsd:integer;
  dwc:scientificName 'Prochromadorella attenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '120702'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82906'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120702'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82916> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82916'^^xsd:integer;
  dwc:scientificName 'Prochromadorella attenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '120702'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82916'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120702'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82917> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82917'^^xsd:integer;
  dwc:scientificName 'Prochromadorella attenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '120702'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82917'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120702'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82918> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82918'^^xsd:integer;
  dwc:scientificName 'Prochromadorella attenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '120702'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82918'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120702'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79554> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79554'^^xsd:integer;
  dwc:scientificName 'Aponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2363'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79554'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2363'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79555> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79555'^^xsd:integer;
  dwc:scientificName 'Aponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2363'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79555'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2363'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79556> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79556'^^xsd:integer;
  dwc:scientificName 'Aponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2363'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79556'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2363'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79547> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79547'^^xsd:integer;
  dwc:scientificName 'Aponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2363'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79547'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2363'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79551> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79551'^^xsd:integer;
  dwc:scientificName 'Aponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2363'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79551'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2363'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79595> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79595'^^xsd:integer;
  dwc:scientificName 'Aponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '2363'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79595'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2363'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79598> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79598'^^xsd:integer;
  dwc:scientificName 'Aponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '2363'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79598'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2363'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79562> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79562'^^xsd:integer;
  dwc:scientificName 'Aponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2363'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79562'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2363'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79553> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79553'^^xsd:integer;
  dwc:scientificName 'Aponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2363'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79553'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2363'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81935> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81935'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81935'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79564> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79564'^^xsd:integer;
  dwc:scientificName 'Aponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2363'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79564'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2363'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79548> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79548'^^xsd:integer;
  dwc:scientificName 'Aponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2363'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79548'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2363'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79549> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79549'^^xsd:integer;
  dwc:scientificName 'Aponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2363'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79549'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2363'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79550> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79550'^^xsd:integer;
  dwc:scientificName 'Aponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2363'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79550'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2363'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79552> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79552'^^xsd:integer;
  dwc:scientificName 'Aponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2363'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79552'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2363'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79545> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79545'^^xsd:integer;
  dwc:scientificName 'Aponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2363'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79545'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2363'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81834> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81834'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120883'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81834'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120883'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81835> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81835'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120883'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81835'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120883'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81844> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81844'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120883'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81844'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120883'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81854> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81854'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120883'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81854'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120883'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81955> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81955'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81955'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81954> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81954'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81954'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81953> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81953'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81953'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81952> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81952'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81952'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81957> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81957'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81957'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81950> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81950'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81950'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81958> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81958'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81958'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81948> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81948'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81948'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81956> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81956'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81956'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81968> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81968'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81968'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81941> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81941'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81941'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81966> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81966'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81966'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81963> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81963'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81963'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81962> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81962'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81962'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81961> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81961'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81961'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81960> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81960'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81960'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81959> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81959'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81959'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81969> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81969'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81969'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81922> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81922'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81922'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81943> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81943'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81943'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81923> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81923'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81923'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81933> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81933'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81933'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81939> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81939'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81939'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81938> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81938'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81938'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81937> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81937'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81937'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81936> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81936'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81936'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81921> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81921'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81921'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81947> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81947'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81947'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81945> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81945'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81945'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81944> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81944'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81944'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81951> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81951'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81951'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81967> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81967'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81967'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81973> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81973'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81973'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81974> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81974'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81974'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81972> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81972'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81972'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81971> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81971'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81971'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81934> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81934'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81934'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81932> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81932'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81932'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81931> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81931'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81931'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81930> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81930'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81930'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81929> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81929'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81929'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81928> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81928'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81928'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81927> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81927'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81927'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81926> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81926'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81926'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81925> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81925'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81925'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16356> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16356'^^xsd:integer;
  dwc:scientificName 'Daptonema furcatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121531'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16356'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121531'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16344> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16344'^^xsd:integer;
  dwc:scientificName 'Daptonema furcatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121531'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16344'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121531'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16322> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16322'^^xsd:integer;
  dwc:scientificName 'Daptonema furcatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121531'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16322'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121531'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16321> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16321'^^xsd:integer;
  dwc:scientificName 'Daptonema furcatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121531'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16321'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121531'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17009> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17009'^^xsd:integer;
  dwc:scientificName 'Desmolaimus zeelandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121653'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17009'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121653'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16996> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16996'^^xsd:integer;
  dwc:scientificName 'Desmolaimus zeelandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121653'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16996'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121653'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16995> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16995'^^xsd:integer;
  dwc:scientificName 'Desmolaimus zeelandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121653'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16995'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121653'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16975> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16975'^^xsd:integer;
  dwc:scientificName 'Desmolaimus zeelandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121653'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16975'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121653'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16973> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16973'^^xsd:integer;
  dwc:scientificName 'Desmolaimus zeelandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121653'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16973'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121653'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16961> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16961'^^xsd:integer;
  dwc:scientificName 'Desmolaimus zeelandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121653'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16961'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121653'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85020> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85020'^^xsd:integer;
  dwc:scientificName 'Theristus flevensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121611'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85020'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121611'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85021> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85021'^^xsd:integer;
  dwc:scientificName 'Theristus flevensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121611'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85021'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121611'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85007> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85007'^^xsd:integer;
  dwc:scientificName 'Theristus flevensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121611'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85007'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121611'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85035> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85035'^^xsd:integer;
  dwc:scientificName 'Theristus flevensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121611'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85035'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121611'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85005> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85005'^^xsd:integer;
  dwc:scientificName 'Theristus flevensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121611'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85005'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121611'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85038> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85038'^^xsd:integer;
  dwc:scientificName 'Theristus flevensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121611'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85038'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121611'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85037> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85037'^^xsd:integer;
  dwc:scientificName 'Theristus flevensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121611'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85037'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121611'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85008> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85008'^^xsd:integer;
  dwc:scientificName 'Theristus flevensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121611'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85008'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121611'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16036> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16036'^^xsd:integer;
  dwc:scientificName 'Comesa interrupta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '231273'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16036'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '231273'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15987> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15987'^^xsd:integer;
  dwc:scientificName 'Comesa interrupta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '231273'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15987'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '231273'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16038> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16038'^^xsd:integer;
  dwc:scientificName 'Comesa interrupta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '231273'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16038'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '231273'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15991> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15991'^^xsd:integer;
  dwc:scientificName 'Comesa interrupta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '231273'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15991'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '231273'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16028> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16028'^^xsd:integer;
  dwc:scientificName 'Comesa interrupta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '231273'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16028'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '231273'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16024> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16024'^^xsd:integer;
  dwc:scientificName 'Comesa interrupta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '231273'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16024'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '231273'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16022> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16022'^^xsd:integer;
  dwc:scientificName 'Comesa interrupta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '231273'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16022'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '231273'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16005> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16005'^^xsd:integer;
  dwc:scientificName 'Comesa interrupta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '231273'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16005'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '231273'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15995> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15995'^^xsd:integer;
  dwc:scientificName 'Comesa interrupta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '231273'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15995'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '231273'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15993> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15993'^^xsd:integer;
  dwc:scientificName 'Comesa interrupta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '231273'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15993'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '231273'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15992> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15992'^^xsd:integer;
  dwc:scientificName 'Comesa interrupta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '231273'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15992'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '231273'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84363> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84363'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84363'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84364> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84364'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84364'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84365> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84365'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84365'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84369> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84369'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84369'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84370> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84370'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84370'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84360> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84360'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84360'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84372> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84372'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84372'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84373> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84373'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84373'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84376> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84376'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84376'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84377> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84377'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84377'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84378> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84378'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84378'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84379> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84379'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84379'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84380> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84380'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84380'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84381> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84381'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84381'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84382> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84382'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84382'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84371> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84371'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84371'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84395> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84395'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84395'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84359> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84359'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84359'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84375> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84375'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84375'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84396> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84396'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84396'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84386> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84386'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84386'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84384> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84384'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84384'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84354> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84354'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84354'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84355> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84355'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84355'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84356> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84356'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84356'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84357> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84357'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84357'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84398> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84398'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84398'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84318> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84318'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84318'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84317> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84317'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84317'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84316> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84316'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84316'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84315> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84315'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84315'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84314> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84314'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84314'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84313> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84313'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84313'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84329> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84329'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84329'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84306> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84306'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84306'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84374> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84374'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84374'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84361> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84361'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84361'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84362> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84362'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84362'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83971> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83971'^^xsd:integer;
  dwc:scientificName 'Sigmophoranema rufum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121022'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83971'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121022'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83969> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83969'^^xsd:integer;
  dwc:scientificName 'Sigmophoranema rufum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121022'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83969'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121022'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83967> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83967'^^xsd:integer;
  dwc:scientificName 'Sigmophoranema rufum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121022'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83967'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121022'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83966> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83966'^^xsd:integer;
  dwc:scientificName 'Sigmophoranema rufum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121022'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83966'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121022'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83965> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83965'^^xsd:integer;
  dwc:scientificName 'Sigmophoranema rufum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121022'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83965'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121022'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83962> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83962'^^xsd:integer;
  dwc:scientificName 'Sigmophoranema rufum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121022'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83962'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121022'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84303> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84303'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84303'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84302> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84302'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84302'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84341> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84341'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84341'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84966> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84966'^^xsd:integer;
  dwc:scientificName 'Theristus ensifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121610'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84966'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121610'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17291> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17291'^^xsd:integer;
  dwc:scientificName 'Dolicholaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2525'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17291'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2525'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83549> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83549'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83549'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83553> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83553'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83553'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84345> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84345'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84345'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84346> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84346'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84346'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84347> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84347'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84347'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84342> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84342'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84342'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84344> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84344'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84344'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84348> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84348'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84348'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84349> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84349'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84349'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84350> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84350'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84350'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84343> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84343'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84343'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79604> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79604'^^xsd:integer;
  dwc:scientificName 'Aponema torosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121062'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79604'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79615> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79615'^^xsd:integer;
  dwc:scientificName 'Aponema torosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121062'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79615'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81054> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81054'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81054'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81055> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81055'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81055'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81043> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81043'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81043'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81044> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81044'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81044'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81052> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81052'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81052'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81047> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81047'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81047'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81051> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81051'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81051'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17538> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17538'^^xsd:integer;
  dwc:scientificName 'Epsilonema pustulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '153411'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17538'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153411'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17552> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17552'^^xsd:integer;
  dwc:scientificName 'Epsilonema pustulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '153411'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17552'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153411'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17551> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17551'^^xsd:integer;
  dwc:scientificName 'Epsilonema pustulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '153411'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17551'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153411'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16168> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16168'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16168'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16155> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16155'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16155'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16158> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16158'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16158'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16159> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16159'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16159'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16160> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16160'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16160'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16163> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16163'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16163'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16164> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16164'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16164'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16165> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16165'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16165'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81045> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81045'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81045'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81040> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81040'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81040'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81042> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81042'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81042'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81153> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81153'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81153'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81154> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81154'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81154'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81156> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81156'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81156'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81157> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81157'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81157'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81122> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81122'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81122'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81158> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81158'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81158'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81162> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81162'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81162'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81163> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81163'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81163'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81164> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81164'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81164'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81131> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81131'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81131'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81132> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81132'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81132'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81133> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81133'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81133'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81135> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81135'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81135'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81136> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81136'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81136'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81140> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81140'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81140'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81143> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81143'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81143'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81144> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81144'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81144'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81120> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81120'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81120'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81161> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81161'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81161'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81124> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81124'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81124'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81150> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81150'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81150'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81123> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81123'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81123'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81151> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81151'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81151'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81149> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81149'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81149'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16202> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16202'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16202'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16181> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16181'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16181'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16191> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16191'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16191'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16196> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16196'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16196'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16189> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16189'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16189'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16201> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16201'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16201'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16186> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16186'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16186'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16178> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16178'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16178'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16184> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16184'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16184'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16188> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16188'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16188'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16187> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16187'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16187'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16169> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16169'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16169'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16185> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16185'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16185'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16171> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16171'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16171'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16167> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16167'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16167'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16180> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16180'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16180'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16170> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16170'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16170'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16172> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16172'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16172'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16174> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16174'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16174'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16175> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16175'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16175'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16176> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16176'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16176'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16177> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16177'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16177'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81776> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81776'^^xsd:integer;
  dwc:scientificName 'Oxystomina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '122038'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81776'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122038'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81775> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81775'^^xsd:integer;
  dwc:scientificName 'Oxystomina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '122038'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81775'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122038'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83548> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83548'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83548'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81768> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81768'^^xsd:integer;
  dwc:scientificName 'Oxystomina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122038'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81768'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122038'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84913> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84913'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84913'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84920> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84920'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84920'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84922> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84922'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84922'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84905> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84905'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84905'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84924> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84924'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84924'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84914> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84914'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84914'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84927> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84927'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84927'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84928> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84928'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84928'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84929> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84929'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84929'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84943> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84943'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84943'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84923> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84923'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84923'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84919> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84919'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84919'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84904> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84904'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84904'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84896> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84896'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84896'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84903> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84903'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84903'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84897> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84897'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84897'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84902> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84902'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84902'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84900> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84900'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84900'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84967> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84967'^^xsd:integer;
  dwc:scientificName 'Theristus ensifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121610'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84967'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121610'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84960> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84960'^^xsd:integer;
  dwc:scientificName 'Theristus ensifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121610'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84960'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121610'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84931> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84931'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84931'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84932> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84932'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84932'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84942> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84942'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84942'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85640> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85640'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85640'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85616> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85616'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85616'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85637> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85637'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85637'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85614> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85614'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85614'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85594> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85594'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85594'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85595> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85595'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85595'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85596> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85596'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85596'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85597> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85597'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85597'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82864> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82864'^^xsd:integer;
  dwc:scientificName 'Pomponema sedecima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120866'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82864'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120866'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85599> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85599'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85599'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85602> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85602'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85602'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85604> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85604'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85604'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85638> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85638'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85638'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82887> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82887'^^xsd:integer;
  dwc:scientificName 'Pomponema sedecima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120866'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82887'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120866'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82891> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82891'^^xsd:integer;
  dwc:scientificName 'Pomponema sedecima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120866'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82891'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120866'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82865> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82865'^^xsd:integer;
  dwc:scientificName 'Pomponema sedecima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120866'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82865'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120866'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82866> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82866'^^xsd:integer;
  dwc:scientificName 'Pomponema sedecima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120866'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82866'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120866'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82890> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82890'^^xsd:integer;
  dwc:scientificName 'Pomponema sedecima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120866'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82890'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120866'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82889> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82889'^^xsd:integer;
  dwc:scientificName 'Pomponema sedecima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120866'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82889'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120866'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82888> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82888'^^xsd:integer;
  dwc:scientificName 'Pomponema sedecima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120866'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82888'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120866'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82871> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82871'^^xsd:integer;
  dwc:scientificName 'Pomponema sedecima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120866'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82871'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120866'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82872> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82872'^^xsd:integer;
  dwc:scientificName 'Pomponema sedecima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120866'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82872'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120866'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82873> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82873'^^xsd:integer;
  dwc:scientificName 'Pomponema sedecima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120866'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82873'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120866'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82877> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82877'^^xsd:integer;
  dwc:scientificName 'Pomponema sedecima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120866'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82877'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120866'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83550> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83550'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83550'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18668> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18668'^^xsd:integer;
  dwc:scientificName 'Marylynnia complexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120835'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18668'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18635> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18635'^^xsd:integer;
  dwc:scientificName 'Marylynnia complexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120835'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18635'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18637> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18637'^^xsd:integer;
  dwc:scientificName 'Marylynnia complexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120835'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18637'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18662> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18662'^^xsd:integer;
  dwc:scientificName 'Marylynnia complexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120835'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18662'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18634> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18634'^^xsd:integer;
  dwc:scientificName 'Marylynnia complexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120835'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18634'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85628> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85628'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85628'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85627> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85627'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85627'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85626> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85626'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85626'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85625> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85625'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85625'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85624> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85624'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85624'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85623> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85623'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85623'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85622> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85622'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85622'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85593> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85593'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85593'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85646> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85646'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85646'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85645> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85645'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85645'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85644> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85644'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85644'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85643> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85643'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85643'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85642> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85642'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85642'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82845> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82845'^^xsd:integer;
  dwc:scientificName 'Pomponema sedecima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '120866'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82845'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120866'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82861> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82861'^^xsd:integer;
  dwc:scientificName 'Pomponema sedecima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120866'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82861'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120866'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82867> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82867'^^xsd:integer;
  dwc:scientificName 'Pomponema sedecima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120866'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82867'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120866'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82862> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82862'^^xsd:integer;
  dwc:scientificName 'Pomponema sedecima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120866'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82862'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120866'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82863> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82863'^^xsd:integer;
  dwc:scientificName 'Pomponema sedecima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120866'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82863'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120866'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84925> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84925'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84925'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84906> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84906'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84906'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84907> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84907'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84907'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84908> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84908'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84908'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84909> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84909'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84909'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84912> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84912'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84912'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81797> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81797'^^xsd:integer;
  dwc:scientificName 'Oxystomina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '122038'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81797'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122038'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81759> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81759'^^xsd:integer;
  dwc:scientificName 'Oxystomina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122038'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81759'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122038'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84559> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84559'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus jayasreei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121289'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84559'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868903'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81048> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81048'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81048'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81035> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81035'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81035'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81046> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81046'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81046'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81031> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81031'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81031'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81032> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81032'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81032'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81033> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81033'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81033'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81050> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81050'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81050'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83562> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83562'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83562'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83551> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83551'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83551'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83564> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83564'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83564'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83565> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83565'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83565'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83567> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83567'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83567'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83568> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83568'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83568'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83569> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83569'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83569'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83570> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83570'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83570'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83559> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83559'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83559'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83561> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83561'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83561'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83547> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83547'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83547'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83563> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83563'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83563'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84598> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84598'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84598'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84596> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84596'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84596'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84593> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84593'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84593'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84592> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84592'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84592'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84590> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84590'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84590'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84589> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84589'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84589'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84597> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84597'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84597'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84584> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84584'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84584'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80080> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80080'^^xsd:integer;
  dwc:scientificName 'Bolbolaimus teutonicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '153472'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80080'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153472'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80078> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80078'^^xsd:integer;
  dwc:scientificName 'Bolbolaimus teutonicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '153472'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80078'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153472'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80054> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80054'^^xsd:integer;
  dwc:scientificName 'Bolbolaimus teutonicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '153472'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80054'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153472'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84580> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84580'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84580'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84579> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84579'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84579'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84578> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84578'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84578'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84576> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84576'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84576'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84575> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84575'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84575'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84574> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84574'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84574'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84585> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84585'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84585'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84613> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84613'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84613'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84620> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84620'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84620'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84619> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84619'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84619'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84618> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84618'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84618'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84617> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84617'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84617'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84616> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84616'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84616'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84554> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84554'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus jayasreei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121289'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84554'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868903'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84545> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84545'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus jayasreei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121289'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84545'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868903'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84527> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84527'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus jayasreei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121289'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84527'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868903'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84518> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84518'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus jayasreei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121289'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84518'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868903'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84588> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84588'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84588'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84587> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84587'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84587'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84586> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84586'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84586'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84571> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84571'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84571'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84595> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84595'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84595'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84601> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84601'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84601'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84582> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84582'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84582'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84581> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84581'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84581'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84608> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84608'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84608'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84607> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84607'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84607'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84605> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84605'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84605'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84611> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84611'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84611'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84615> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84615'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84615'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84599> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84599'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84599'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84614> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84614'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84614'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84600> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84600'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84600'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84612> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84612'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84612'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18435> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18435'^^xsd:integer;
  dwc:scientificName 'Leptolaimus limicolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121269'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18435'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121269'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18418> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18418'^^xsd:integer;
  dwc:scientificName 'Leptolaimus limicolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121269'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18418'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121269'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18437> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18437'^^xsd:integer;
  dwc:scientificName 'Leptolaimus limicolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121269'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18437'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121269'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18427> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18427'^^xsd:integer;
  dwc:scientificName 'Leptolaimus limicolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121269'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18427'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121269'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18422> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18422'^^xsd:integer;
  dwc:scientificName 'Leptolaimus limicolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121269'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18422'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121269'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18423> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18423'^^xsd:integer;
  dwc:scientificName 'Leptolaimus limicolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121269'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18423'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121269'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18424> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18424'^^xsd:integer;
  dwc:scientificName 'Leptolaimus limicolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121269'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18424'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121269'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18425> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18425'^^xsd:integer;
  dwc:scientificName 'Leptolaimus limicolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121269'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18425'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121269'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18436> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18436'^^xsd:integer;
  dwc:scientificName 'Leptolaimus limicolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121269'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18436'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121269'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16679> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16679'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16679'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16685> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16685'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16685'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16659> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16659'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16659'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16640> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16640'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16640'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18439> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18439'^^xsd:integer;
  dwc:scientificName 'Leptolaimus limicolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121269'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18439'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121269'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18452> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18452'^^xsd:integer;
  dwc:scientificName 'Leptolaimus limicolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121269'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18452'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121269'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18454> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18454'^^xsd:integer;
  dwc:scientificName 'Leptolaimus limicolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121269'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18454'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121269'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18455> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18455'^^xsd:integer;
  dwc:scientificName 'Leptolaimus limicolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121269'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18455'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121269'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18434> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18434'^^xsd:integer;
  dwc:scientificName 'Leptolaimus limicolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121269'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18434'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121269'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18419> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18419'^^xsd:integer;
  dwc:scientificName 'Leptolaimus limicolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121269'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18419'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121269'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18420> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18420'^^xsd:integer;
  dwc:scientificName 'Leptolaimus limicolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121269'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18420'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121269'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18417> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18417'^^xsd:integer;
  dwc:scientificName 'Leptolaimus limicolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121269'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18417'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121269'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82468> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82468'^^xsd:integer;
  dwc:scientificName 'Paramonhystera riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '228834'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82468'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121587'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82467> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82467'^^xsd:integer;
  dwc:scientificName 'Paramonhystera riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '228834'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82467'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121587'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17920> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17920'^^xsd:integer;
  dwc:scientificName 'Gonionchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121567'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17920'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121567'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17919> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17919'^^xsd:integer;
  dwc:scientificName 'Gonionchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121567'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17919'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121567'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17918> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17918'^^xsd:integer;
  dwc:scientificName 'Gonionchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121567'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17918'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121567'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82466> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82466'^^xsd:integer;
  dwc:scientificName 'Paramonhystera riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '228834'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82466'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121587'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85046> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85046'^^xsd:integer;
  dwc:scientificName 'Theristus flevensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121611'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85046'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121611'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85044> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85044'^^xsd:integer;
  dwc:scientificName 'Theristus flevensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121611'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85044'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121611'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85040> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85040'^^xsd:integer;
  dwc:scientificName 'Theristus flevensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121611'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85040'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121611'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85034> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85034'^^xsd:integer;
  dwc:scientificName 'Theristus flevensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121611'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85034'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121611'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85039> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85039'^^xsd:integer;
  dwc:scientificName 'Theristus flevensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121611'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85039'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121611'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18737> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18737'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18737'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85548> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85548'^^xsd:integer;
  dwc:scientificName 'Vasostoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '227195'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85548'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '227195'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79829> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79829'^^xsd:integer;
  dwc:scientificName 'Axonolaimus paraspinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121312'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79829'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121312'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18400> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18400'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18400'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81582> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81582'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81582'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81543> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81543'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81543'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81580> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81580'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81580'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81556> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81556'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81556'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81576> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81576'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81576'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81572> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81572'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81572'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85545> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85545'^^xsd:integer;
  dwc:scientificName 'Vasostoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '227195'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85545'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '227195'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79713> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79713'^^xsd:integer;
  dwc:scientificName 'Ascolaimus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121303'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79713'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121303'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16899> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16899'^^xsd:integer;
  dwc:scientificName 'Desmodora schulzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '153404'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16899'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '583491'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80813> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80813'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80813'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80812> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80812'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80812'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80827> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80827'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80827'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80847> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80847'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80847'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85323> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85323'^^xsd:integer;
  dwc:scientificName 'Tricoma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121167'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85323'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82325> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82325'^^xsd:integer;
  dwc:scientificName 'Parallelocoilas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '153342'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82325'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153342'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80771> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80771'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80771'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80887> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80887'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80887'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80874> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80874'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80874'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17129> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17129'^^xsd:integer;
  dwc:scientificName 'Diplopeltula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2439'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17129'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2439'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80883> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80883'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80883'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80983> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80983'^^xsd:integer;
  dwc:scientificName 'Microlaimus turgofrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121100'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80983'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80731> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80731'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80731'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80693> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80693'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80693'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80781> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80781'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80781'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80766> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80766'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80766'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18376> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18376'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18376'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18415> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18415'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18415'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18404> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18404'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18404'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18412> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18412'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18412'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80214> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80214'^^xsd:integer;
  dwc:scientificName 'Ceramonema yunfengi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121202'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80214'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121202'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83515> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83515'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83515'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83507> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83507'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83507'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83513> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83513'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83513'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18488> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18488'^^xsd:integer;
  dwc:scientificName 'Leptolaimus papilliger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121277'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18488'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121277'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16650> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16650'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16650'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16657> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16657'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16657'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18374> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18374'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18374'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16642> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16642'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16642'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18369> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18369'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18369'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18529> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18529'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18529'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18555> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18555'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18555'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18554> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18554'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18554'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18570> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18570'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18570'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18561> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18561'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18561'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83764> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83764'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83764'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83794> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83794'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83794'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80087> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80087'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80087'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80095> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80095'^^xsd:integer;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80095'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16792> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16792'^^xsd:integer;
  dwc:scientificName 'Dasynemoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '2387'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16792'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2387'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15785> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15785'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15785'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15815> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15815'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15815'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84656> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84656'^^xsd:integer;
  dwc:scientificName 'Synonchiella riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120951'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84656'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120951'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83325> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83325'^^xsd:integer;
  dwc:scientificName 'Rhabdocoma riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122263'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83325'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153456'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83380> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83380'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83380'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83423> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83423'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83423'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81890> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81890'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81890'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81872> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81872'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81872'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83368> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83368'^^xsd:integer;
  dwc:scientificName 'Rhabdocoma riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '122263'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83368'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153456'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83344> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83344'^^xsd:integer;
  dwc:scientificName 'Rhabdocoma riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '122263'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83344'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153456'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83815> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83815'^^xsd:integer;
  dwc:scientificName 'Setosabatieria hilarula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121378'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83815'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121378'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16373> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16373'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16373'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83070> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83070'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83070'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82805> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82805'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82805'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17641> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17641'^^xsd:integer;
  dwc:scientificName 'Eurystomina terricola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '122092'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17641'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122092'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83064> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83064'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83064'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81481> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81481'^^xsd:integer;
  dwc:scientificName 'Neochromadora trichophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '120796'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81481'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120796'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17686> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17686'^^xsd:integer;
  dwc:scientificName 'Gammanema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '2331'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17686'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2331'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81345> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81345'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81345'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81370> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81370'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81370'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82791> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82791'^^xsd:integer;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82791'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83076> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83076'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83076'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18719> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18719'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18719'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18727> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18727'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18727'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80572> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80572'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus longiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121663'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80572'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121663'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83402> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83402'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83402'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79876> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79876'^^xsd:integer;
  dwc:scientificName 'Bathylaimus capacosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '122237'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79876'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122237'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82732> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82732'^^xsd:integer;
  dwc:scientificName 'Pomponema multipapillatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120864'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82732'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120864'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15829> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15829'^^xsd:integer;
  dwc:scientificName 'Cobbia caledonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121512'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15829'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121512'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79410> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79410'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera anechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121508'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79410'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121508'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79393> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79393'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera anechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121508'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79393'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121508'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79394> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79394'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera anechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121508'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79394'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121508'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79397> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79397'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera anechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121508'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79397'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121508'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79399> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79399'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera anechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121508'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79399'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121508'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79400> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79400'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera anechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121508'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79400'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121508'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79403> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79403'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera anechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121508'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79403'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121508'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79404> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79404'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera anechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121508'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79404'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121508'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79391> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79391'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera anechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121508'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79391'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121508'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79407> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79407'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera anechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121508'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79407'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121508'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79411> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79411'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera anechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121508'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79411'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121508'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79413> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79413'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera anechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121508'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79413'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121508'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79422> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79422'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera anechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121508'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79422'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121508'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79405> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79405'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera anechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121508'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79405'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121508'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79388> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79388'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera anechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121508'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79388'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121508'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79387> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79387'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera anechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121508'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79387'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121508'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79386> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79386'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera anechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121508'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79386'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121508'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79392> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79392'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera anechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121508'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79392'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121508'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79389> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79389'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera anechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121508'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79389'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121508'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81623> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81623'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81623'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84882> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84882'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '2552'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84882'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84883> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84883'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '2552'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84883'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84887> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84887'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '2552'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84887'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84888> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84888'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '2552'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84888'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84878> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84878'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '2552'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84878'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84875> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84875'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '2552'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84875'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84857> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84857'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2552'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84857'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84853> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84853'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2552'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84853'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84851> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84851'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2552'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84851'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84842> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84842'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2552'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84842'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84841> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84841'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2552'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84841'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84840> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84840'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2552'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84840'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84862> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84862'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '2552'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84862'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84852> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84852'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2552'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84852'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84871> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84871'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '2552'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84871'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84854> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84854'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2552'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84854'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84855> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84855'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2552'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84855'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84856> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84856'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2552'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84856'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84861> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84861'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '2552'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84861'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84863> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84863'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '2552'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84863'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2552'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16377> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16377'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16377'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83813> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83813'^^xsd:integer;
  dwc:scientificName 'Setosabatieria hilarula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121378'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83813'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121378'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17948> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17948'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17948'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17955> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17955'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17955'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82975> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82975'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82975'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82971> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82971'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82971'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16365> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16365'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16365'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16399> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16399'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16399'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16091> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16091'^^xsd:integer;
  dwc:scientificName 'Coninckia macrospirifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121380'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16091'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121380'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82585> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82585'^^xsd:integer;
  dwc:scientificName 'Pareurystomina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2562'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82585'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2562'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84280> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84280'^^xsd:integer;
  dwc:scientificName 'Spilophorella paradoxa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120802'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84280'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120802'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81779> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81779'^^xsd:integer;
  dwc:scientificName 'Oxystomina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122038'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81779'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122038'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83474> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83474'^^xsd:integer;
  dwc:scientificName 'Rhips paraornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120736'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83474'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81725> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81725'^^xsd:integer;
  dwc:scientificName 'Oxystomina asetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122035'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81725'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122035'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79278> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79278'^^xsd:integer;
  dwc:scientificName 'Actinonema pachydermatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120721'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79278'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120721'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79275> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79275'^^xsd:integer;
  dwc:scientificName 'Actinonema pachydermatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120721'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79275'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120721'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82603> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82603'^^xsd:integer;
  dwc:scientificName 'Pareurystomina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '2562'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82603'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2562'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17485> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17485'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17485'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17466> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17466'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17466'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17458> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17458'^^xsd:integer;
  dwc:scientificName 'Enoplida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '2141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17458'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85671> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85671'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85671'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85668> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85668'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85668'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85686> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85686'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85686'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79488> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79488'^^xsd:integer;
  dwc:scientificName 'Anticoma acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121767'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79488'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121767'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79475> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79475'^^xsd:integer;
  dwc:scientificName 'Anticoma acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121767'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79475'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121767'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85619> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85619'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85619'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81780> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81780'^^xsd:integer;
  dwc:scientificName 'Oxystomina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122038'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81780'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122038'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81663> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81663'^^xsd:integer;
  dwc:scientificName 'Oncholaimellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '2569'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81663'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2569'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83786> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83786'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83786'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83776> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83776'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83776'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83777> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83777'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83777'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83779> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83779'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83779'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83783> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83783'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83783'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83784> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83784'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83784'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83785> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83785'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83785'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83788> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83788'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83788'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83780> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83780'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83780'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83787> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83787'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83787'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15717> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15717'^^xsd:integer;
  dwc:scientificName 'Chromadorita tentabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '153133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15717'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120782'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15721> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15721'^^xsd:integer;
  dwc:scientificName 'Chromadorita tentabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '153133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15721'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120782'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15724> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15724'^^xsd:integer;
  dwc:scientificName 'Chromadorita tentabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '153133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15724'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120782'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15726> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15726'^^xsd:integer;
  dwc:scientificName 'Chromadorita tentabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '153133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15726'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120782'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15719> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15719'^^xsd:integer;
  dwc:scientificName 'Chromadorita tentabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '153133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15719'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120782'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15727> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15727'^^xsd:integer;
  dwc:scientificName 'Chromadorita tentabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '153133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15727'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120782'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15751> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15751'^^xsd:integer;
  dwc:scientificName 'Chromadorita tentabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '153133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15751'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120782'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15767> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15767'^^xsd:integer;
  dwc:scientificName 'Chromadorita tentabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '153133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15767'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120782'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15764> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15764'^^xsd:integer;
  dwc:scientificName 'Chromadorita tentabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '153133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15764'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120782'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15758> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15758'^^xsd:integer;
  dwc:scientificName 'Chromadorita tentabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '153133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15758'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120782'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15757> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15757'^^xsd:integer;
  dwc:scientificName 'Chromadorita tentabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '153133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15757'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120782'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15756> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15756'^^xsd:integer;
  dwc:scientificName 'Chromadorita tentabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '153133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15756'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120782'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15754> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15754'^^xsd:integer;
  dwc:scientificName 'Chromadorita tentabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '153133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15754'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120782'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15736> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15736'^^xsd:integer;
  dwc:scientificName 'Chromadorita tentabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '153133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15736'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120782'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15752> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15752'^^xsd:integer;
  dwc:scientificName 'Chromadorita tentabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '153133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15752'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120782'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15749> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15749'^^xsd:integer;
  dwc:scientificName 'Chromadorita tentabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '153133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15749'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120782'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15748> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15748'^^xsd:integer;
  dwc:scientificName 'Chromadorita tentabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '153133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15748'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120782'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15737> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15737'^^xsd:integer;
  dwc:scientificName 'Chromadorita tentabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '153133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15737'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120782'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15753> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15753'^^xsd:integer;
  dwc:scientificName 'Chromadorita tentabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '153133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15753'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120782'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15729> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15729'^^xsd:integer;
  dwc:scientificName 'Chromadorita tentabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '153133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15729'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120782'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84493> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84493'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '153151'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84493'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153151'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84477> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84477'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '153151'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84477'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153151'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84473> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84473'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '153151'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84473'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153151'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84499> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84499'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '153151'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84499'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153151'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84501> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84501'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '153151'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84501'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153151'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84504> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84504'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '153151'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84504'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153151'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84505> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84505'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '153151'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84505'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153151'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84506> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84506'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '153151'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84506'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153151'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84511> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84511'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '153151'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84511'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153151'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84467> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84467'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '153151'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84467'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153151'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84500> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84500'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '153151'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84500'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153151'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84479> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84479'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '153151'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84479'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153151'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84470> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84470'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '153151'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84470'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153151'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84476> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84476'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '153151'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84476'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153151'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84478> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84478'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '153151'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84478'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153151'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84481> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84481'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '153151'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84481'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153151'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84488> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84488'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '153151'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84488'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153151'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84489> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84489'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '153151'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84489'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153151'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84490> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84490'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '153151'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84490'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153151'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84491> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84491'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '153151'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84491'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153151'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16215> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16215'^^xsd:integer;
  dwc:scientificName 'Dagda bipapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121255'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16215'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121255'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16214> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16214'^^xsd:integer;
  dwc:scientificName 'Dagda bipapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121255'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16214'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121255'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85270> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85270'^^xsd:integer;
  dwc:scientificName 'Trichotheristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2470'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85270'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85303> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85303'^^xsd:integer;
  dwc:scientificName 'Trichotheristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '2470'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85303'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85272> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85272'^^xsd:integer;
  dwc:scientificName 'Trichotheristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2470'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85272'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85315> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85315'^^xsd:integer;
  dwc:scientificName 'Trichotheristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '2470'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85315'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85283> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85283'^^xsd:integer;
  dwc:scientificName 'Trichotheristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2470'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85283'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85304> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85304'^^xsd:integer;
  dwc:scientificName 'Trichotheristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '2470'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85304'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85287> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85287'^^xsd:integer;
  dwc:scientificName 'Trichotheristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2470'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85287'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85293> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85293'^^xsd:integer;
  dwc:scientificName 'Trichotheristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '2470'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85293'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85292> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85292'^^xsd:integer;
  dwc:scientificName 'Trichotheristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '2470'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85292'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81030> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81030'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81030'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81034> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81034'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81034'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81053> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81053'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81053'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81049> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81049'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81049'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81036> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81036'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81036'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81037> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81037'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81037'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81038> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81038'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81038'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81039> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81039'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81039'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81010> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81010'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81010'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81021> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81021'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81021'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81011> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81011'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81011'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81025> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81025'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81025'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81024> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81024'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81024'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81026> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81026'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81026'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81027> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81027'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81027'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81028> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81028'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81028'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81029> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81029'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81029'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81022> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81022'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81022'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81018> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81018'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81018'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81056> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81056'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81056'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81020> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81020'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81020'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81023> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81023'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81023'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81009> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81009'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81009'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81003> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81003'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81003'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81017> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81017'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81017'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81016> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81016'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81016'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81015> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81015'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81015'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81014> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81014'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81014'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81013> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81013'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81013'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81012> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81012'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81012'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81008> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81008'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81008'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81007> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81007'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81007'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81006> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81006'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81006'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79792> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79792'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79792'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79794> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79794'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79794'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79797> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79797'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79797'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79805> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79805'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79805'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79801> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79801'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79801'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79803> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79803'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79803'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79804> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79804'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79804'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79798> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79798'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79798'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79791> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79791'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79791'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79772> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79772'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79772'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79802> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79802'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79802'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79761> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79761'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79761'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79790> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79790'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79790'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79773> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79773'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79773'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79774> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79774'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79774'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79776> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79776'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79776'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79787> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79787'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79787'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79786> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79786'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79786'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79785> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79785'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79785'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79784> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79784'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79784'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79775> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79775'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79775'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79781> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79781'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79781'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79780> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79780'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79780'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79777> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79777'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79777'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81607> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81607'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81607'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81597> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81597'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81597'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81598> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81598'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81598'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81599> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81599'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81599'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81600> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81600'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81600'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81614> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81614'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81614'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81634> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81634'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81634'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81650> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81650'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81650'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81601> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81601'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81601'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81603> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81603'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81603'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81606> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81606'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81606'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81611> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81611'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81611'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81604> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81604'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81604'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81649> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81649'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81649'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81635> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81635'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81635'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81646> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81646'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81646'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81648> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81648'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81648'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82205> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82205'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2491'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82205'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2490'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82215> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82215'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '2491'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82215'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2490'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82196> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82196'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2491'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82196'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2490'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82206> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82206'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2491'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82206'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2490'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82197> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82197'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2491'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82197'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2490'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82226> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82226'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2491'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82226'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2490'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82220> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82220'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '2491'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82220'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2490'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81608> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81608'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81608'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81609> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81609'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81609'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81610> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81610'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81610'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81612> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81612'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81612'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81605> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81605'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81605'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83988> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83988'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83988'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83976> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83976'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83976'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83985> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83985'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83985'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83978> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83978'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83978'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83979> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83979'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83979'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83977> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83977'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83977'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83981> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83981'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83981'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83982> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83982'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83982'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83983> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83983'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83983'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83984> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83984'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83984'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83975> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83975'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83975'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83987> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83987'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83987'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83973> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83973'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83973'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83989> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83989'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83989'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83990> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83990'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83990'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83991> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83991'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83991'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83993> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83993'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83993'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83999> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83999'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83999'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84001> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84001'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84001'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84004> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84004'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84004'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84006> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84006'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84006'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84007> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84007'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84007'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84016> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84016'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84016'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84017> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84017'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84017'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83992> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83992'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83992'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80756> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80756'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80756'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80754> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80754'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80754'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80755> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80755'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80755'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80741> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80741'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80741'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80751> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80751'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80751'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80749> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80749'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80749'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80745> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80745'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80745'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80744> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80744'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80744'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80743> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80743'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80743'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80742> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80742'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80742'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80739> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80739'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80739'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80173> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80173'^^xsd:integer;
  dwc:scientificName 'Campylaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2437'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80173'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2437'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80171> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80171'^^xsd:integer;
  dwc:scientificName 'Campylaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2437'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80171'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2437'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80170> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80170'^^xsd:integer;
  dwc:scientificName 'Campylaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2437'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80170'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2437'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80168> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80168'^^xsd:integer;
  dwc:scientificName 'Campylaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2437'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80168'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2437'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80164> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80164'^^xsd:integer;
  dwc:scientificName 'Campylaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '2437'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80164'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2437'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80140> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80140'^^xsd:integer;
  dwc:scientificName 'Campylaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '2437'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80140'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2437'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80150> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80150'^^xsd:integer;
  dwc:scientificName 'Campylaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2437'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80150'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2437'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80172> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80172'^^xsd:integer;
  dwc:scientificName 'Campylaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2437'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80172'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2437'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80190> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80190'^^xsd:integer;
  dwc:scientificName 'Campylaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2437'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80190'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2437'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80177> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80177'^^xsd:integer;
  dwc:scientificName 'Campylaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2437'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80177'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2437'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80189> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80189'^^xsd:integer;
  dwc:scientificName 'Campylaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2437'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80189'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2437'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80188> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80188'^^xsd:integer;
  dwc:scientificName 'Campylaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2437'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80188'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2437'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80139> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80139'^^xsd:integer;
  dwc:scientificName 'Campylaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '2437'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80139'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2437'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80175> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80175'^^xsd:integer;
  dwc:scientificName 'Campylaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2437'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80175'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2437'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80184> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80184'^^xsd:integer;
  dwc:scientificName 'Campylaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2437'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80184'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2437'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80185> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80185'^^xsd:integer;
  dwc:scientificName 'Campylaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2437'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80185'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2437'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80187> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80187'^^xsd:integer;
  dwc:scientificName 'Campylaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2437'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80187'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2437'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85839> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85839'^^xsd:integer;
  dwc:scientificName 'Viscosia viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '122156'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85839'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122156'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85822> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85822'^^xsd:integer;
  dwc:scientificName 'Viscosia viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122156'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85822'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122156'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81195> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81195'^^xsd:integer;
  dwc:scientificName 'Nannolaimoides effilatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120851'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81195'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120851'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81203> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81203'^^xsd:integer;
  dwc:scientificName 'Nannolaimoides effilatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120851'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81203'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120851'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81206> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81206'^^xsd:integer;
  dwc:scientificName 'Nannolaimoides effilatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120851'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81206'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120851'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81191> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81191'^^xsd:integer;
  dwc:scientificName 'Nannolaimoides effilatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120851'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81191'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120851'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85857> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85857'^^xsd:integer;
  dwc:scientificName 'Viscosia viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122156'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85857'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122156'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85858> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85858'^^xsd:integer;
  dwc:scientificName 'Viscosia viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122156'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85858'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122156'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85859> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85859'^^xsd:integer;
  dwc:scientificName 'Viscosia viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122156'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85859'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122156'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85860> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85860'^^xsd:integer;
  dwc:scientificName 'Viscosia viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '122156'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85860'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122156'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82685> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82685'^^xsd:integer;
  dwc:scientificName 'Pomponema debile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120860'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82685'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120860'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82686> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82686'^^xsd:integer;
  dwc:scientificName 'Pomponema debile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120860'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82686'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120860'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82681> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82681'^^xsd:integer;
  dwc:scientificName 'Pomponema debile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120860'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82681'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120860'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82709> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82709'^^xsd:integer;
  dwc:scientificName 'Pomponema debile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120860'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82709'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120860'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82693> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82693'^^xsd:integer;
  dwc:scientificName 'Pomponema debile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120860'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82693'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120860'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82728> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82728'^^xsd:integer;
  dwc:scientificName 'Pomponema debile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '120860'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82728'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120860'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82710> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82710'^^xsd:integer;
  dwc:scientificName 'Pomponema debile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120860'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82710'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120860'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82687> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82687'^^xsd:integer;
  dwc:scientificName 'Pomponema debile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120860'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82687'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120860'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82691> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82691'^^xsd:integer;
  dwc:scientificName 'Pomponema debile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120860'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82691'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120860'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82692> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82692'^^xsd:integer;
  dwc:scientificName 'Pomponema debile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120860'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82692'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120860'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82708> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82708'^^xsd:integer;
  dwc:scientificName 'Pomponema debile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120860'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82708'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120860'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82705> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82705'^^xsd:integer;
  dwc:scientificName 'Pomponema debile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '120860'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82705'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120860'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82706> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82706'^^xsd:integer;
  dwc:scientificName 'Pomponema debile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120860'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82706'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120860'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82707> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82707'^^xsd:integer;
  dwc:scientificName 'Pomponema debile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120860'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82707'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120860'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82684> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82684'^^xsd:integer;
  dwc:scientificName 'Pomponema debile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120860'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82684'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120860'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83141> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83141'^^xsd:integer;
  dwc:scientificName 'Pseudonchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '2344'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83141'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2344'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83143> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83143'^^xsd:integer;
  dwc:scientificName 'Pseudonchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '2344'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83143'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2344'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83140> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83140'^^xsd:integer;
  dwc:scientificName 'Pseudonchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '2344'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83140'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2344'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83130> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83130'^^xsd:integer;
  dwc:scientificName 'Pseudonchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2344'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83130'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2344'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81073> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81073'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81073'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81062> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81062'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81062'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81064> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81064'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81064'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81078> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81078'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81078'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81068> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81068'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81068'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81077> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81077'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81077'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81076> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81076'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81076'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81075> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81075'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81075'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81069> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81069'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81069'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81071> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81071'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81071'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81074> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81074'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81074'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81107> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81107'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81107'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81061> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81061'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81061'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81106> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81106'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81106'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81105> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81105'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81105'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81095> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81095'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81095'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81092> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81092'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81092'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81091> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81091'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81091'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81090> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81090'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81090'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81089> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81089'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81089'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81079> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81079'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81079'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81086> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81086'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81086'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81060> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81060'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81060'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81087> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81087'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81087'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81059> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81059'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81059'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81058> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81058'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81058'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81057> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81057'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81057'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82781> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82781'^^xsd:integer;
  dwc:scientificName 'Pomponema multipapillatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120864'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82781'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120864'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82771> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82771'^^xsd:integer;
  dwc:scientificName 'Pomponema multipapillatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120864'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82771'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120864'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82773> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82773'^^xsd:integer;
  dwc:scientificName 'Pomponema multipapillatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120864'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82773'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120864'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82774> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82774'^^xsd:integer;
  dwc:scientificName 'Pomponema multipapillatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120864'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82774'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120864'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82776> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82776'^^xsd:integer;
  dwc:scientificName 'Pomponema multipapillatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120864'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82776'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120864'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82777> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82777'^^xsd:integer;
  dwc:scientificName 'Pomponema multipapillatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120864'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82777'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120864'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82780> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82780'^^xsd:integer;
  dwc:scientificName 'Pomponema multipapillatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120864'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82780'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120864'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17391> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17391'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17391'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83093> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83093'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83093'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80442> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80442'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80442'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80425> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80425'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80425'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16497> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16497'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16497'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16494> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16494'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16494'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16481> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16481'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16481'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17438> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17438'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17438'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85760> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85760'^^xsd:integer;
  dwc:scientificName 'Viscosia langrunensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122142'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85760'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79926> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79926'^^xsd:integer;
  dwc:scientificName 'Bathylaimus tenuicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122249'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79926'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79962> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79962'^^xsd:integer;
  dwc:scientificName 'Bathylaimus tenuicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '122249'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79962'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79961> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79961'^^xsd:integer;
  dwc:scientificName 'Bathylaimus tenuicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '122249'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79961'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79947> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79947'^^xsd:integer;
  dwc:scientificName 'Bathylaimus tenuicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '122249'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79947'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79946> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79946'^^xsd:integer;
  dwc:scientificName 'Bathylaimus tenuicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '122249'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79946'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79945> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79945'^^xsd:integer;
  dwc:scientificName 'Bathylaimus tenuicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122249'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79945'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79944> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79944'^^xsd:integer;
  dwc:scientificName 'Bathylaimus tenuicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122249'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79944'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79943> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79943'^^xsd:integer;
  dwc:scientificName 'Bathylaimus tenuicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122249'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79943'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79936> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79936'^^xsd:integer;
  dwc:scientificName 'Bathylaimus tenuicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '122249'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79936'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79934> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79934'^^xsd:integer;
  dwc:scientificName 'Bathylaimus tenuicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122249'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79934'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79935> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79935'^^xsd:integer;
  dwc:scientificName 'Bathylaimus tenuicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '122249'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79935'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16510> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16510'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16510'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85821> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85821'^^xsd:integer;
  dwc:scientificName 'Viscosia viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122156'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85821'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122156'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85829> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85829'^^xsd:integer;
  dwc:scientificName 'Viscosia viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '122156'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85829'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122156'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85832> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85832'^^xsd:integer;
  dwc:scientificName 'Viscosia viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '122156'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85832'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122156'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85820> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85820'^^xsd:integer;
  dwc:scientificName 'Viscosia viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '122156'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85820'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122156'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85818> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85818'^^xsd:integer;
  dwc:scientificName 'Viscosia viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '122156'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85818'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122156'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85815> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85815'^^xsd:integer;
  dwc:scientificName 'Viscosia viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '122156'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85815'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122156'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85810> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85810'^^xsd:integer;
  dwc:scientificName 'Viscosia viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122156'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85810'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122156'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85835> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85835'^^xsd:integer;
  dwc:scientificName 'Viscosia viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122156'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85835'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122156'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82405> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82405'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82405'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82390> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82390'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82390'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82392> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82392'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82392'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82372> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82372'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82372'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82394> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82394'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82394'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82396> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82396'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82396'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82397> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82397'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82397'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82398> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82398'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82398'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82399> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82399'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82399'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82400> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82400'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82400'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82404> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82404'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82404'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82369> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82369'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82369'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82368> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82368'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82368'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82366> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82366'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82366'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82363> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82363'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82363'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82358> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82358'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82358'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82357> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82357'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82357'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82356> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82356'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82356'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82355> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82355'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82355'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82354> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82354'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82354'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82353> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82353'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82353'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18670> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18670'^^xsd:integer;
  dwc:scientificName 'Marylynnia complexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120835'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18670'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82379> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82379'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82379'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15794> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15794'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15794'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15795> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15795'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15795'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15796> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15796'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15796'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15798> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15798'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15798'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15800> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15800'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15800'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15801> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15801'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15801'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15802> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15802'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15802'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15803> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15803'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15803'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15790> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15790'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15790'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83585> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83585'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83585'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83586> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83586'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83586'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83546> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83546'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83546'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83558> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83558'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83558'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83552> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83552'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83552'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83555> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83555'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83555'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83556> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83556'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83556'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83557> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83557'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83557'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16928> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16928'^^xsd:integer;
  dwc:scientificName 'Desmodora tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120987'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16928'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '230286'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16919> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16919'^^xsd:integer;
  dwc:scientificName 'Desmodora tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120987'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16919'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '230286'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16905> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16905'^^xsd:integer;
  dwc:scientificName 'Desmodora tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '120987'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16905'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '230286'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16914> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16914'^^xsd:integer;
  dwc:scientificName 'Desmodora tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120987'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16914'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '230286'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16913> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16913'^^xsd:integer;
  dwc:scientificName 'Desmodora tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120987'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16913'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '230286'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16912> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16912'^^xsd:integer;
  dwc:scientificName 'Desmodora tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120987'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16912'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '230286'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16944> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16944'^^xsd:integer;
  dwc:scientificName 'Desmodora tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120987'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16944'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '230286'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16908> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16908'^^xsd:integer;
  dwc:scientificName 'Desmodora tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '120987'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16908'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '230286'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16906> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16906'^^xsd:integer;
  dwc:scientificName 'Desmodora tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '120987'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16906'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '230286'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16918> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16918'^^xsd:integer;
  dwc:scientificName 'Desmodora tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120987'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16918'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '230286'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16946> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16946'^^xsd:integer;
  dwc:scientificName 'Desmodora tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120987'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16946'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '230286'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16947> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16947'^^xsd:integer;
  dwc:scientificName 'Desmodora tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '120987'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16947'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '230286'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16949> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16949'^^xsd:integer;
  dwc:scientificName 'Desmodora tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120987'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16949'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '230286'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82049> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82049'^^xsd:integer;
  dwc:scientificName 'Paracyatholaimus occultus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120904'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82049'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120904'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82070> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82070'^^xsd:integer;
  dwc:scientificName 'Paracyatholaimus occultus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120904'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82070'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120904'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80369> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80369'^^xsd:integer;
  dwc:scientificName 'Chromadorina germanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '122280'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80369'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122280'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80371> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80371'^^xsd:integer;
  dwc:scientificName 'Chromadorina germanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '122280'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80371'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122280'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80899> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80899'^^xsd:integer;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80899'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17117> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17117'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17117'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80260> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80260'^^xsd:integer;
  dwc:scientificName 'Chaetonema riemanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121765'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80260'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121765'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80013> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80013'^^xsd:integer;
  dwc:scientificName 'Belbolla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2556'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80013'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2556'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16594> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16594'^^xsd:integer;
  dwc:scientificName 'Daptonema psammoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121548'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16594'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121548'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85737> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85737'^^xsd:integer;
  dwc:scientificName 'Viscosia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '122141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85737'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17103> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17103'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17103'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85045> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85045'^^xsd:integer;
  dwc:scientificName 'Theristus flevensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121611'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85045'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121611'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17926> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17926'^^xsd:integer;
  dwc:scientificName 'Gonionchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121567'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17926'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121567'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83958> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83958'^^xsd:integer;
  dwc:scientificName 'Sigmophoranema rufum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121022'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83958'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121022'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84332> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84332'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84332'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84298> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84298'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84298'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83184> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83184'^^xsd:integer;
  dwc:scientificName 'Pterygonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '2390'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83184'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2390'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83191> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83191'^^xsd:integer;
  dwc:scientificName 'Pterygonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '2390'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83191'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2390'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81949> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81949'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81949'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81970> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81970'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81970'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81853> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81853'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120883'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81853'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120883'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81942> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81942'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81942'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81940> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81940'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81940'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81924> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81924'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81924'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79563> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79563'^^xsd:integer;
  dwc:scientificName 'Aponema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2363'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79563'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2363'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85740> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85740'^^xsd:integer;
  dwc:scientificName 'Viscosia glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '122141'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85740'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122141'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82913> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82913'^^xsd:integer;
  dwc:scientificName 'Prochromadorella attenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120702'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82913'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120702'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83964> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83964'^^xsd:integer;
  dwc:scientificName 'Sigmophoranema rufum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121022'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83964'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121022'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84331> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84331'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84331'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84358> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84358'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84358'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84339> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84339'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84339'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84366> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84366'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84366'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84383> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84383'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84383'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17292> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17292'^^xsd:integer;
  dwc:scientificName 'Dolicholaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2525'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17292'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2525'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79613> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79613'^^xsd:integer;
  dwc:scientificName 'Aponema torosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121062'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79613'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83560> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83560'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83560'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81774> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81774'^^xsd:integer;
  dwc:scientificName 'Oxystomina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '122038'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81774'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122038'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16162> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16162'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16162'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81041> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81041'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81041'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81134> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81134'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81134'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81152> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81152'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81152'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16200> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16200'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16200'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18426> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18426'^^xsd:integer;
  dwc:scientificName 'Leptolaimus limicolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121269'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18426'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121269'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18453> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18453'^^xsd:integer;
  dwc:scientificName 'Leptolaimus limicolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121269'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18453'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121269'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84609> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84609'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84609'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82886> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82886'^^xsd:integer;
  dwc:scientificName 'Pomponema sedecima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '120866'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82886'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120866'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84915> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84915'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84915'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84941> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84941'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84941'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84899> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84899'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84899'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85641> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85641'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85641'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85598> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85598'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85598'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18633> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18633'^^xsd:integer;
  dwc:scientificName 'Marylynnia complexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '120835'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18633'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:timePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84572> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84572'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84572'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82983> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82983'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82983'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83631> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83631'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83631'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83603> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83603'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83603'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83599> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83599'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83599'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83612> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83612'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83612'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85074> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85074'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85074'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16434> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16434'^^xsd:integer;
  dwc:scientificName 'Daptonema invagiferoum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121534'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16434'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121534'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16447> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16447'^^xsd:integer;
  dwc:scientificName 'Daptonema invagiferoum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121534'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16447'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121534'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85068> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85068'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85068'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79800> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79800'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79800'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85306> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85306'^^xsd:integer;
  dwc:scientificName 'Trichotheristus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '2470'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85306'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81636> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81636'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81636'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81613> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81613'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81613'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81005> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81005'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81005'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80748> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80748'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80748'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80174> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80174'^^xsd:integer;
  dwc:scientificName 'Campylaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2437'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80174'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2437'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84492> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84492'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '153151'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84492'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153151'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83778> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83778'^^xsd:integer;
  dwc:scientificName 'Sabatieria punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '153130'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83778'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153130'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15723> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15723'^^xsd:integer;
  dwc:scientificName 'Chromadorita tentabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '153133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15723'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120782'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15725> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15725'^^xsd:integer;
  dwc:scientificName 'Chromadorita tentabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '153133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15725'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120782'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15797> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15797'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15797'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16929> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16929'^^xsd:integer;
  dwc:scientificName 'Desmodora tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120987'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16929'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '230286'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16950> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16950'^^xsd:integer;
  dwc:scientificName 'Desmodora tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120987'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16950'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '230286'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82103> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82103'^^xsd:integer;
  dwc:scientificName 'Paracyatholaimus pentodon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '120907'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82103'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120907'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85904> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85904'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85904'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85889> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85889'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85889'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15990> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15990'^^xsd:integer;
  dwc:scientificName 'Comesa interrupta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '231273'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15990'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '231273'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15885> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15885'^^xsd:integer;
  dwc:scientificName 'Cobbia trefusiaeformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121515'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15885'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121515'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83653> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83653'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83653'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83697> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83697'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83697'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83671> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83671'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83671'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83668> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83668'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83668'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16563> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16563'^^xsd:integer;
  dwc:scientificName 'Daptonema oxycerca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121541'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16563'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121541'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82769> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82769'^^xsd:integer;
  dwc:scientificName 'Pomponema multipapillatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '120864'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82769'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120864'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83142> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83142'^^xsd:integer;
  dwc:scientificName 'Pseudonchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '2344'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83142'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2344'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79975> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79975'^^xsd:integer;
  dwc:scientificName 'Bathylaimus tenuicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '122249'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79975'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82711> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82711'^^xsd:integer;
  dwc:scientificName 'Pomponema debile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '120860'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82711'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120860'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85824> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85824'^^xsd:integer;
  dwc:scientificName 'Viscosia viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '122156'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85824'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122156'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82406> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82406'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82406'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82395> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82395'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82395'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85814> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85814'^^xsd:integer;
  dwc:scientificName 'Viscosia viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '122156'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85814'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122156'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79390> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79390'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera anechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121508'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79390'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121508'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79423> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79423'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera anechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121508'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79423'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121508'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83736> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83736'^^xsd:integer;
  dwc:scientificName 'Sabatieria praedatrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121373'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83736'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121373'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16301> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16301'^^xsd:integer;
  dwc:scientificName 'Daptonema fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121529'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16301'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121529'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16502> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16502'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16502'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16508> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16508'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16508'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16843> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16843'^^xsd:integer;
  dwc:scientificName 'Desmodora pontica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120977'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16843'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120977'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80601> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80601'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus longiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121663'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80601'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121663'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84732> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84732'^^xsd:integer;
  dwc:scientificName 'Terschellingia gourbaultae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121678'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84732'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121678'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85913> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85913'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85913'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85914> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85914'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85914'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85909> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85909'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85909'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85908> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85908'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85908'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85915> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85915'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85915'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85885> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85885'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85885'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85867> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85867'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85867'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85873> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85873'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85873'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85874> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85874'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85874'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85875> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85875'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85875'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85879> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85879'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85879'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85880> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85880'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85880'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85905> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85905'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85905'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85882> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85882'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85882'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85881> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85881'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85881'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85906> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85906'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85906'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85884> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85884'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85884'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85907> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85907'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85907'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85886> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85886'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85886'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85887> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85887'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85887'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85888> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85888'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85888'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85890> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85890'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85890'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85893> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85893'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85893'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85901> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85901'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85901'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85902> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85902'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85902'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85903> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85903'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85903'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83702> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83702'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83702'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83684> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83684'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83684'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83695> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83695'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83695'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83685> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83685'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83685'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83649> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83649'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83649'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83683> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83683'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83683'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83682> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83682'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83682'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83687> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83687'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83687'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83686> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83686'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83686'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83675> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83675'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83675'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83667> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83667'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83667'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83678> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83678'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83678'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83677> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83677'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83677'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83676> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83676'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83676'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83674> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83674'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83674'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83657> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83657'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83657'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83672> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83672'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83672'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83670> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83670'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83670'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83669> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83669'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83669'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83665> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83665'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83665'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83673> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83673'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83673'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83664> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83664'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83664'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83663> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83663'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83663'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83662> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83662'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83662'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83661> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83661'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83661'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83660> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83660'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83660'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83659> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83659'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83659'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83701> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83701'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83701'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83700> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83700'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83700'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83699> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83699'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83699'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83698> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83698'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83698'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15934> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15934'^^xsd:integer;
  dwc:scientificName 'Comesa cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '231271'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15934'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '231271'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15935> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15935'^^xsd:integer;
  dwc:scientificName 'Comesa cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '231271'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15935'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '231271'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15938> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15938'^^xsd:integer;
  dwc:scientificName 'Comesa cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '231271'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15938'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '231271'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15974> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15974'^^xsd:integer;
  dwc:scientificName 'Comesa cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '231271'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15974'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '231271'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83691> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83691'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83691'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83690> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83690'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83690'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83689> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83689'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83689'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83688> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83688'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83688'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83696> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83696'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83696'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83658> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83658'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83658'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83652> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83652'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83652'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83650> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83650'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83650'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83655> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83655'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83655'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83651> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83651'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83651'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15989> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15989'^^xsd:integer;
  dwc:scientificName 'Comesa interrupta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '231273'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15989'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '231273'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16570> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16570'^^xsd:integer;
  dwc:scientificName 'Daptonema oxycerca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121541'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16570'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121541'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16569> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16569'^^xsd:integer;
  dwc:scientificName 'Daptonema oxycerca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121541'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16569'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121541'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16555> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16555'^^xsd:integer;
  dwc:scientificName 'Daptonema oxycerca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121541'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16555'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121541'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15910> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15910'^^xsd:integer;
  dwc:scientificName 'Cobbia trefusiaeformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121515'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15910'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121515'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15911> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15911'^^xsd:integer;
  dwc:scientificName 'Cobbia trefusiaeformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121515'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15911'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121515'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15912> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15912'^^xsd:integer;
  dwc:scientificName 'Cobbia trefusiaeformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121515'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15912'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121515'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15921> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15921'^^xsd:integer;
  dwc:scientificName 'Cobbia trefusiaeformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121515'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15921'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121515'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15922> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15922'^^xsd:integer;
  dwc:scientificName 'Cobbia trefusiaeformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121515'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15922'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121515'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15923> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15923'^^xsd:integer;
  dwc:scientificName 'Cobbia trefusiaeformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121515'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15923'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121515'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15907> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15907'^^xsd:integer;
  dwc:scientificName 'Cobbia trefusiaeformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121515'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15907'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121515'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15880> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15880'^^xsd:integer;
  dwc:scientificName 'Cobbia trefusiaeformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121515'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15880'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121515'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15905> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15905'^^xsd:integer;
  dwc:scientificName 'Cobbia trefusiaeformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121515'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15905'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121515'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15906> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15906'^^xsd:integer;
  dwc:scientificName 'Cobbia trefusiaeformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121515'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15906'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121515'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15908> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15908'^^xsd:integer;
  dwc:scientificName 'Cobbia trefusiaeformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121515'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15908'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121515'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15909> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15909'^^xsd:integer;
  dwc:scientificName 'Cobbia trefusiaeformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121515'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15909'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121515'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15886> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15886'^^xsd:integer;
  dwc:scientificName 'Cobbia trefusiaeformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121515'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15886'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121515'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15887> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15887'^^xsd:integer;
  dwc:scientificName 'Cobbia trefusiaeformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121515'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15887'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121515'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15897> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15897'^^xsd:integer;
  dwc:scientificName 'Cobbia trefusiaeformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121515'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15897'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121515'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15904> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15904'^^xsd:integer;
  dwc:scientificName 'Cobbia trefusiaeformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121515'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15904'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121515'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15936> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15936'^^xsd:integer;
  dwc:scientificName 'Comesa cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '231271'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15936'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '231271'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15988> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15988'^^xsd:integer;
  dwc:scientificName 'Comesa interrupta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '231273'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15988'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '231273'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15933> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15933'^^xsd:integer;
  dwc:scientificName 'Comesa cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '231271'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15933'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '231271'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15941> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15941'^^xsd:integer;
  dwc:scientificName 'Comesa cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '231271'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15941'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '231271'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16292> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16292'^^xsd:integer;
  dwc:scientificName 'Daptonema fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121529'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16292'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121529'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16271> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16271'^^xsd:integer;
  dwc:scientificName 'Daptonema fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121529'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16271'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121529'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16272> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16272'^^xsd:integer;
  dwc:scientificName 'Daptonema fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121529'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16272'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121529'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16273> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16273'^^xsd:integer;
  dwc:scientificName 'Daptonema fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121529'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16273'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121529'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16294> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16294'^^xsd:integer;
  dwc:scientificName 'Daptonema fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121529'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16294'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121529'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16263> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16263'^^xsd:integer;
  dwc:scientificName 'Daptonema fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121529'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16263'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121529'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16276> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16276'^^xsd:integer;
  dwc:scientificName 'Daptonema fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121529'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16276'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121529'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16278> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16278'^^xsd:integer;
  dwc:scientificName 'Daptonema fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121529'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16278'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121529'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16279> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16279'^^xsd:integer;
  dwc:scientificName 'Daptonema fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121529'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16279'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121529'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16286> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16286'^^xsd:integer;
  dwc:scientificName 'Daptonema fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121529'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16286'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121529'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16287> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16287'^^xsd:integer;
  dwc:scientificName 'Daptonema fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121529'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16287'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121529'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16290> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16290'^^xsd:integer;
  dwc:scientificName 'Daptonema fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121529'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16290'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121529'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16293> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16293'^^xsd:integer;
  dwc:scientificName 'Daptonema fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121529'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16293'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121529'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16725> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16725'^^xsd:integer;
  dwc:scientificName 'Daptonema tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121555'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16725'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121555'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16691> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16691'^^xsd:integer;
  dwc:scientificName 'Daptonema tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121555'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16691'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121555'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82425> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82425'^^xsd:integer;
  dwc:scientificName 'Daptonema albigensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121519'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82425'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '990381'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16689> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16689'^^xsd:integer;
  dwc:scientificName 'Daptonema tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121555'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16689'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121555'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16741> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16741'^^xsd:integer;
  dwc:scientificName 'Daptonema tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121555'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16741'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121555'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16726> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16726'^^xsd:integer;
  dwc:scientificName 'Daptonema tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121555'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16726'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121555'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81620> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81620'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81620'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82960> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82960'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82960'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81624> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81624'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81624'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16299> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16299'^^xsd:integer;
  dwc:scientificName 'Daptonema fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121529'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16299'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121529'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16288> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16288'^^xsd:integer;
  dwc:scientificName 'Daptonema fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121529'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16288'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121529'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82277> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82277'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus uniovarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121741'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82277'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121741'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16323> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16323'^^xsd:integer;
  dwc:scientificName 'Daptonema furcatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121531'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16323'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121531'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16655> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16655'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16655'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16353> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16353'^^xsd:integer;
  dwc:scientificName 'Daptonema furcatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121531'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16353'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121531'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85911> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85911'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.25'^^xsd:double;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85911'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16668> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16668'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16668'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82963> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82963'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82963'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81615> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81615'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81615'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82988> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "53.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82988'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '53.833333333333'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82988'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83740> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83740'^^xsd:integer;
  dwc:scientificName 'Sabatieria praedatrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121373'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83740'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121373'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83738> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83738'^^xsd:integer;
  dwc:scientificName 'Sabatieria praedatrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121373'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83738'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121373'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83739> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83739'^^xsd:integer;
  dwc:scientificName 'Sabatieria praedatrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121373'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83739'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121373'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83708> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83708'^^xsd:integer;
  dwc:scientificName 'Sabatieria praedatrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121373'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83708'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121373'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83707> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83707'^^xsd:integer;
  dwc:scientificName 'Sabatieria praedatrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121373'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83707'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121373'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83706> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83706'^^xsd:integer;
  dwc:scientificName 'Sabatieria praedatrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121373'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83706'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121373'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83724> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83724'^^xsd:integer;
  dwc:scientificName 'Sabatieria praedatrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121373'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83724'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121373'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83732> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83732'^^xsd:integer;
  dwc:scientificName 'Sabatieria praedatrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121373'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83732'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121373'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83733> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83733'^^xsd:integer;
  dwc:scientificName 'Sabatieria praedatrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '121373'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83733'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121373'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83735> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83735'^^xsd:integer;
  dwc:scientificName 'Sabatieria praedatrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121373'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83735'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121373'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16262> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16262'^^xsd:integer;
  dwc:scientificName 'Daptonema fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121529'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16262'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121529'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16264> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16264'^^xsd:integer;
  dwc:scientificName 'Daptonema fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121529'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16264'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121529'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16265> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16265'^^xsd:integer;
  dwc:scientificName 'Daptonema fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121529'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16265'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121529'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16268> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16268'^^xsd:integer;
  dwc:scientificName 'Daptonema fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121529'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16268'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121529'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16269> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16269'^^xsd:integer;
  dwc:scientificName 'Daptonema fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121529'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16269'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121529'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16270> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16270'^^xsd:integer;
  dwc:scientificName 'Daptonema fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '121529'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16270'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121529'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83720> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83720'^^xsd:integer;
  dwc:scientificName 'Sabatieria praedatrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121373'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83720'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121373'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80774> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80774'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80774'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81991> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81991'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus thaumasius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120896'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81991'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120896'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80866> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80866'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80866'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18365> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18365'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18365'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80893> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80893'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80893'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83387> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83387'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83387'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15782> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15782'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15782'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15788> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15788'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15788'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16994> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16994'^^xsd:integer;
  dwc:scientificName 'Desmolaimus zeelandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121653'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16994'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121653'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85019> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85019'^^xsd:integer;
  dwc:scientificName 'Theristus flevensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '121611'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85019'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121611'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81912> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81912'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81912'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85523> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85523'^^xsd:integer;
  dwc:scientificName 'Tripyloides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '2588'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85523'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2588'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80760> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80760'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80760'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81869> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81869'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81869'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82754> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82754'^^xsd:integer;
  dwc:scientificName 'Pomponema multipapillatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120864'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82754'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120864'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82331> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82331'^^xsd:integer;
  dwc:scientificName 'Parallelocoilas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '153342'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82331'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153342'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82319> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 1)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82319'^^xsd:integer;
  dwc:scientificName 'Parallelocoilas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:aphiaid '153342'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82319'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '153342'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80750> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80750'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80750'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81019> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81019'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81019'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80690> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80690'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80690'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85557> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "54"^^xsd:integer ;
  dwc:maximumDepthInMeters "54"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85557'^^xsd:integer;
  dwc:scientificName 'Vasostoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '54'^^xsd:integer;
  dwc:maximumDepth '54'^^xsd:integer;
  dwc:aphiaid '227195'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85557'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '227195'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85543> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85543'^^xsd:integer;
  dwc:scientificName 'Vasostoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '227195'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85543'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '227195'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18738> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18738'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18738'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85553> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.416666666666664 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "54.416666666666664"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85553'^^xsd:integer;
  dwc:scientificName 'Vasostoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '54.416666666667'^^xsd:double;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '227195'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85553'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '227195'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80682> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80682'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80682'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85051> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85051'^^xsd:integer;
  dwc:scientificName 'Theristus flevensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121611'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85051'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121611'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80716> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80716'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80716'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15816> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A15816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:15816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '15816'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:15816'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85014> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85014'^^xsd:integer;
  dwc:scientificName 'Theristus flevensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '121611'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85014'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121611'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83108> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83108'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83108'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80703> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A80703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:80703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '80703'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:80703'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16644> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16644'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16644'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16648> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-0.833333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -0.833333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-0.833333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A16648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:16648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '16648'^^xsd:integer;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:16648'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81072> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81072'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81072'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83502> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83502'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83502'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83487> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83487'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83487'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17403> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "52.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17403'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '52.416666666667'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17403'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79536> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 1)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A79536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:79536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '79536'^^xsd:integer;
  dwc:scientificName 'Antomicron'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '53'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:aphiaid '2400'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:79536'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2400'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82733> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82733'^^xsd:integer;
  dwc:scientificName 'Pomponema multipapillatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '120864'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82733'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120864'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81101> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A81101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:81101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '81101'^^xsd:integer;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:81101'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84926> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84926'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84926'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84935> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.416666666666664"^^xsd:decimal ;
  dwc:decimalLongitude "2.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters "32"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.416666666666664 2.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "53.416666666666664"^^xsd:decimal ;
  geo-pos:long "2.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84935'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2.8333333333333'^^xsd:double;
  dwc:latitude '53.416666666667'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:maximumDepth '32'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84935'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84893> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84893'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84893'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84983> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A84983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:84983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '84983'^^xsd:integer;
  dwc:scientificName 'Theristus ensifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '121610'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:84983'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121610'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85639> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A85639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:85639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '85639'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:85639'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83526> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "1.8333333333333335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 1.8333333333333335)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "1.8333333333333335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83526'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1.8333333333333'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83526'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18720> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 1)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18720'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '1'^^xsd:integer;
  dwc:latitude '54'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18720'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83504> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83504'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83504'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83496> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "0.8333333333333334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 0.8333333333333334)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "0.8333333333333334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83496'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0.83333333333333'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83496'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18689> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -1)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A18689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:18689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '18689'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:18689'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83506> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 0)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A83506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:83506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '83506'^^xsd:integer;
  dwc:scientificName 'Rhynchonema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '2465'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:83506'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2465'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17429> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.833333333333336"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.833333333333336 2)"^^geo:wktLiteral ;
  geo-pos:lat "54.833333333333336"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A17429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:17429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '17429'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:latitude '54.833333333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:17429'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82897> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82897'^^xsd:integer;
  dwc:scientificName 'Prochromadorella attenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120702'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82897'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120702'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82896> ;
  mr:hasGeometry <https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 0)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/662__urn%3Acatalog%3AMarBEF%2FManuela%3Ac5%3A82896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MarBEF/Manuela:c5:82896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/662_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-11-14'^^xsd:date;
  dwc:institutionCode 'MarBEF/Manuela'^^xsd:string;
  dwc:collectionCode 'c5'^^xsd:string;
  dwc:catalogNumber '82896'^^xsd:integer;
  dwc:scientificName 'Prochromadorella attenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:continentOcean 'British Isles: England: Offshore and inshore sites'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '120702'^^xsd:integer;
  dwc:sampleSize ' 7.1 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MarBEF/Manuela:c5:82896'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '120702'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF